Browse Source

[1567] remove include of if_link.h

It is included by rtnetlink.h (which is the next include), and apparently not present on all linux systems
Jelte Jansen 13 years ago
parent
commit
3617d5a808
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dhcp/iface_mgr_linux.cc

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

@@ -21,7 +21,6 @@
 #include <exceptions/exceptions.h>
 
 #include <net/if.h>
-#include <linux/if_link.h>
 #include <linux/rtnetlink.h>
 
 using namespace std;