diff options
author | Nico Weber <thakis@chromium.org> | 2020-10-07 13:32:46 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-08 10:00:39 +0200 |
commit | 9d27644b7da2ca0484b13ac5ff78dc9b41458222 (patch) | |
tree | 0cc8068ebdebd8301eae2edb64c2151f58b5a3b8 | |
parent | 8a01be48491383d80213bdcb7c5b4e3d3c3ec624 (diff) | |
download | serenity-9d27644b7da2ca0484b13ac5ff78dc9b41458222.zip |
DHCPClient: Remove unused UPDSocket.h include
-rw-r--r-- | Services/DHCPClient/DHCPv4Client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Services/DHCPClient/DHCPv4Client.h b/Services/DHCPClient/DHCPv4Client.h index 3527e8da98..60f76a55ef 100644 --- a/Services/DHCPClient/DHCPv4Client.h +++ b/Services/DHCPClient/DHCPv4Client.h @@ -32,7 +32,6 @@ #include <AK/String.h> #include <AK/Vector.h> #include <LibCore/UDPServer.h> -#include <LibCore/UDPSocket.h> #include <net/if.h> #include <net/route.h> #include <sys/ioctl.h> |