summaryrefslogtreecommitdiff
path: root/Userland/Utilities/arp.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/arp.cpp
parent8623cec0d7c1b1747353b2c54ccf0ffe26c58574 (diff)
downloadserenity-219d4ba3762940a1e3e47718bf09c793f3de9e9b.zip
Utilities: Remove unused header includes
Diffstat (limited to 'Userland/Utilities/arp.cpp')
-rw-r--r--Userland/Utilities/arp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Utilities/arp.cpp b/Userland/Utilities/arp.cpp
index 208b2c6f92..98c7962831 100644
--- a/Userland/Utilities/arp.cpp
+++ b/Userland/Utilities/arp.cpp
@@ -5,7 +5,6 @@
*/
#include <AK/Assertions.h>
-#include <AK/ByteBuffer.h>
#include <AK/IPv4Address.h>
#include <AK/JsonObject.h>
#include <AK/MACAddress.h>
@@ -13,7 +12,6 @@
#include <AK/Types.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>
-#include <net/if.h>
#include <net/route.h>
#include <netinet/in.h>
#include <sys/ioctl.h>