diff options
-rw-r--r-- | Userland/Utilities/top.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Utilities/top.cpp b/Userland/Utilities/top.cpp index 7a50fd8255..4adae608c3 100644 --- a/Userland/Utilities/top.cpp +++ b/Userland/Utilities/top.cpp @@ -7,13 +7,11 @@ #include <AK/HashMap.h> #include <AK/JsonArray.h> #include <AK/JsonObject.h> -#include <AK/JsonValue.h> #include <AK/QuickSort.h> #include <AK/String.h> #include <AK/Vector.h> #include <LibCore/ArgsParser.h> #include <LibCore/ProcessStatisticsReader.h> -#include <fcntl.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> |