diff options
Diffstat (limited to 'Userland/Utilities/lsof.cpp')
-rw-r--r-- | Userland/Utilities/lsof.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/lsof.cpp b/Userland/Utilities/lsof.cpp index 251909933b..7daaa89b42 100644 --- a/Userland/Utilities/lsof.cpp +++ b/Userland/Utilities/lsof.cpp @@ -6,7 +6,6 @@ #include <AK/ByteBuffer.h> #include <AK/GenericLexer.h> -#include <AK/HashMap.h> #include <AK/JsonArray.h> #include <AK/JsonObject.h> #include <AK/JsonParser.h> |