chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd-network / dhcp-identifier.c
index 419a450436e21d016484ddb3ea5d6a1a57767db8..f7a1492363435d1e62b81f117dcc9295cf36fe70 100644 (file)
@@ -19,7 +19,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <net/ethernet.h>
 
 #include "sd-id128.h"
 #include "libudev.h"
@@ -28,7 +27,6 @@
 #include "virt.h"
 #include "sparse-endian.h"
 #include "siphash24.h"
-#include "util.h"
 
 #include "dhcp6-protocol.h"
 #include "dhcp-identifier.h"