musl causes redefinition errors when pieces of the networking headers are
included, so remove the redundant includes.
Signed-off-by: Ross Burton <ross.burton(a)intel.com>
---
tools/dhcp-test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/dhcp-test.c b/tools/dhcp-test.c
index fa27516d..a6c3e993 100644
--- a/tools/dhcp-test.c
+++ b/tools/dhcp-test.c
@@ -33,7 +33,6 @@
#include <arpa/inet.h>
#include <net/route.h>
#include <net/ethernet.h>
-#include <linux/if_arp.h>
#include <gdhcp/gdhcp.h>
--
2.11.0