]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1567] remove include of if_link.h
authorJelte Jansen <jelte@isc.org>
Tue, 17 Jan 2012 17:08:35 +0000 (18:08 +0100)
committerJelte Jansen <jelte@isc.org>
Tue, 17 Jan 2012 17:08:35 +0000 (18:08 +0100)
It is included by rtnetlink.h (which is the next include), and apparently not present on all linux systems

src/lib/dhcp/iface_mgr_linux.cc

index 657c9434b74d1cc4beed4e91fa6b49a32c65afe4..8b19c2716fce9f8c0924c8aa4e64263967a167b4 100644 (file)
@@ -21,7 +21,6 @@
 #include <exceptions/exceptions.h>
 
 #include <net/if.h>
-#include <linux/if_link.h>
 #include <linux/rtnetlink.h>
 
 using namespace std;