From: Simon Horman Date: Thu, 22 Sep 2011 12:24:13 +0000 (+0900) Subject: Do not include net/ethernet.h and linux/if_tunnel.h X-Git-Tag: v1.3.0~253 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=00fa9d37c2b2166358d9967a5fa03dc1ae45b2ca;p=sliver-openvswitch.git Do not include net/ethernet.h and linux/if_tunnel.h net/ethernet.h and linux/if_tunnel.h do not appear to be needed on lib/netdev-linux.c. I noticed this while trying to build on the Android NDK r6b (Android API level 13) as these headers are not present there. --- diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index 6541b1e91..85fcdf964 100644 --- a/lib/netdev-linux.c +++ b/lib/netdev-linux.c @@ -37,9 +37,7 @@ #include #include #include -#include #include -#include #include #include #include