diff options
Diffstat (limited to 'Userland/Applications/SystemMonitor/ProcessModel.h')
-rw-r--r-- | Userland/Applications/SystemMonitor/ProcessModel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/SystemMonitor/ProcessModel.h b/Userland/Applications/SystemMonitor/ProcessModel.h index 987de29816..02e75ec6d4 100644 --- a/Userland/Applications/SystemMonitor/ProcessModel.h +++ b/Userland/Applications/SystemMonitor/ProcessModel.h @@ -9,7 +9,6 @@ #include <AK/DeprecatedString.h> #include <AK/HashMap.h> -#include <AK/NonnullOwnPtrVector.h> #include <AK/Vector.h> #include <LibGUI/Icon.h> #include <LibGUI/Model.h> |