summaryrefslogtreecommitdiff
path: root/Kernel/Net
diff options
context:
space:
mode:
authorHendiadyoin1 <leon2002.la@gmail.com>2021-12-11 16:43:03 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-12-11 13:15:26 -0800
commite34eb3e36d880d40a1e10a19dfa3f74e5d50c43c (patch)
tree1fdf8b5d8dcee2d230adeafb5f128c97452c983b /Kernel/Net
parent52e475372234380a4226f9e8abc438ef702424f6 (diff)
downloadserenity-e34eb3e36d880d40a1e10a19dfa3f74e5d50c43c.zip
Kernel: Remove unused String.h includes
This makes searching for not yet OOM safe interfaces a bit easier.
Diffstat (limited to 'Kernel/Net')
-rw-r--r--Kernel/Net/IPv4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Net/IPv4.h b/Kernel/Net/IPv4.h
index 9eb069d985..c5e22c4a46 100644
--- a/Kernel/Net/IPv4.h
+++ b/Kernel/Net/IPv4.h
@@ -9,7 +9,6 @@
#include <AK/Assertions.h>
#include <AK/Endian.h>
#include <AK/IPv4Address.h>
-#include <AK/String.h>
#include <AK/Types.h>
namespace Kernel {