Browse Source

nl80211: Remove inclusion of unneeded header files

Jouni Malinen 16 years ago
parent
commit
c720f2cd56
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/drivers/driver_nl80211.c

+ 0 - 5
src/drivers/driver_nl80211.c

@@ -48,11 +48,6 @@
 #endif /* CONFIG_AP */
 
 #ifdef HOSTAPD
-#include <netlink/msg.h>
-#include <netlink/attr.h>
-#include <net/if.h>
-#include <net/if_arp.h>
-
 #include "../../hostapd/hostapd.h"
 #include "../../hostapd/sta_flags.h"
 #include "ieee802_11_common.h"