diff options
author | Jouni Malinen <j@w1.fi> | 2016-03-25 15:27:16 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-03-25 15:27:16 (GMT) |
commit | 0fe28ddf17253ae58ee2f9338eae89607ad7539c (patch) | |
tree | c0085d65e5b9d128599ea6774745851c3a85ceb5 | |
parent | 84d6755108677f8ca542f49a3c0ca0c45deac40b (diff) | |
download | hostap-0fe28ddf17253ae58ee2f9338eae89607ad7539c.zip hostap-0fe28ddf17253ae58ee2f9338eae89607ad7539c.tar.gz hostap-0fe28ddf17253ae58ee2f9338eae89607ad7539c.tar.bz2 |
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 <j@w1.fi>
-rw-r--r-- | src/ap/vlan_util.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ap/vlan_util.c b/src/ap/vlan_util.c index 87584cf..56d1d3d 100644 --- a/src/ap/vlan_util.c +++ b/src/ap/vlan_util.c @@ -7,18 +7,10 @@ */ #include "utils/includes.h" -#include <sys/ioctl.h> -#include <linux/sockios.h> -#include <linux/if_vlan.h> -#include <netlink/genl/genl.h> -#include <netlink/genl/family.h> -#include <netlink/genl/ctrl.h> #include <netlink/route/link.h> #include <netlink/route/link/vlan.h> #include "utils/common.h" -#include "utils/eloop.h" -#include "hostapd.h" #include "vlan_util.h" /* |