Browse Source

Remove unneeded header file inclusion

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 12 years ago
parent
commit
1a2d22a242

+ 0 - 2
src/ap/wps_hostapd.c

@@ -11,8 +11,6 @@
 #include "utils/common.h"
 #include "utils/common.h"
 #include "utils/eloop.h"
 #include "utils/eloop.h"
 #include "utils/uuid.h"
 #include "utils/uuid.h"
-#include "crypto/dh_groups.h"
-#include "crypto/dh_group5.h"
 #include "common/wpa_ctrl.h"
 #include "common/wpa_ctrl.h"
 #include "common/ieee802_11_defs.h"
 #include "common/ieee802_11_defs.h"
 #include "common/ieee802_11_common.h"
 #include "common/ieee802_11_common.h"

+ 0 - 1
src/wps/ndef.c

@@ -10,7 +10,6 @@
 #include "includes.h"
 #include "includes.h"
 #include "common.h"
 #include "common.h"
 #include "wps/wps.h"
 #include "wps/wps.h"
-#include "wps/wps_i.h"
 
 
 #define FLAG_MESSAGE_BEGIN (1 << 7)
 #define FLAG_MESSAGE_BEGIN (1 << 7)
 #define FLAG_MESSAGE_END (1 << 6)
 #define FLAG_MESSAGE_END (1 << 6)

+ 0 - 1
wpa_supplicant/ctrl_iface.c

@@ -37,7 +37,6 @@
 #include "ctrl_iface.h"
 #include "ctrl_iface.h"
 #include "interworking.h"
 #include "interworking.h"
 #include "blacklist.h"
 #include "blacklist.h"
-#include "wpas_glue.h"
 #include "autoscan.h"
 #include "autoscan.h"
 
 
 extern struct wpa_driver_ops *wpa_drivers[];
 extern struct wpa_driver_ops *wpa_drivers[];

+ 0 - 1
wpa_supplicant/dbus/dbus_new_handlers.c

@@ -21,7 +21,6 @@
 #include "../notify.h"
 #include "../notify.h"
 #include "../bss.h"
 #include "../bss.h"
 #include "../scan.h"
 #include "../scan.h"
-#include "../ctrl_iface.h"
 #include "../autoscan.h"
 #include "../autoscan.h"
 #include "dbus_new_helpers.h"
 #include "dbus_new_helpers.h"
 #include "dbus_new.h"
 #include "dbus_new.h"