From 9d27644b7da2ca0484b13ac5ff78dc9b41458222 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 7 Oct 2020 13:32:46 -0400 Subject: [PATCH] DHCPClient: Remove unused UPDSocket.h include --- Services/DHCPClient/DHCPv4Client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Services/DHCPClient/DHCPv4Client.h b/Services/DHCPClient/DHCPv4Client.h index 3527e8da98c..60f76a55efb 100644 --- a/Services/DHCPClient/DHCPv4Client.h +++ b/Services/DHCPClient/DHCPv4Client.h @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include