Browse Source

[master] Unnecessary header removed from iface_mgr.cc

  - Compilation fix for FreeBSD
Tomek Mrugalski 13 years ago
parent
commit
a21935594e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dhcp/iface_mgr.cc

+ 0 - 1
src/lib/dhcp/iface_mgr.cc

@@ -18,7 +18,6 @@
 #include <string.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <net/if.h>
 
 #include <dhcp/dhcp4.h>
 #include <dhcp/dhcp6.h>