diff options
author | Hendiadyoin1 <leon2002.la@gmail.com> | 2021-12-11 16:43:03 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-12-11 13:15:26 -0800 |
commit | e34eb3e36d880d40a1e10a19dfa3f74e5d50c43c (patch) | |
tree | 1fdf8b5d8dcee2d230adeafb5f128c97452c983b /Kernel/Net | |
parent | 52e475372234380a4226f9e8abc438ef702424f6 (diff) | |
download | serenity-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.h | 1 |
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 { |