summaryrefslogtreecommitdiff
path: root/Userland/Utilities/lsof.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 01:30:36 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commit219d4ba3762940a1e3e47718bf09c793f3de9e9b (patch)
tree7e8b8b2be44618cf88275880e39a9bfe54f9ae26 /Userland/Utilities/lsof.cpp
parent8623cec0d7c1b1747353b2c54ccf0ffe26c58574 (diff)
downloadserenity-219d4ba3762940a1e3e47718bf09c793f3de9e9b.zip
Utilities: Remove unused header includes
Diffstat (limited to 'Userland/Utilities/lsof.cpp')
-rw-r--r--Userland/Utilities/lsof.cpp1
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>