From 00fa9d37c2b2166358d9967a5fa03dc1ae45b2ca Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 22 Sep 2011 21:24:13 +0900 Subject: [PATCH] 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. --- lib/netdev-linux.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.43.0