From: Jouni Malinen Date: Fri, 25 Mar 2016 15:27:16 +0000 (+0200) Subject: vlan: Remove unnecessary header includes from netlink implementation X-Git-Tag: hostap_2_6~673 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fe28ddf17253ae58ee2f9338eae89607ad7539c;p=thirdparty%2Fhostap.git vlan: Remove unnecessary header includes from netlink implementation The implementation in vlan_util.c does not use many of the header files that were pulled in. Signed-off-by: Jouni Malinen --- diff --git a/src/ap/vlan_util.c b/src/ap/vlan_util.c index 87584cf5f..56d1d3d12 100644 --- a/src/ap/vlan_util.c +++ b/src/ap/vlan_util.c @@ -7,18 +7,10 @@ */ #include "utils/includes.h" -#include -#include -#include -#include -#include -#include #include #include #include "utils/common.h" -#include "utils/eloop.h" -#include "hostapd.h" #include "vlan_util.h" /*