Remove unneeded header file inclusion
authorJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 15:06:38 +0000 (17:06 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 15:06:38 +0000 (17:06 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/wps_hostapd.c
src/wps/ndef.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers.c

index cebda8f..85633ec 100644 (file)
@@ -11,8 +11,6 @@
 #include "utils/common.h"
 #include "utils/eloop.h"
 #include "utils/uuid.h"
-#include "crypto/dh_groups.h"
-#include "crypto/dh_group5.h"
 #include "common/wpa_ctrl.h"
 #include "common/ieee802_11_defs.h"
 #include "common/ieee802_11_common.h"
index acbf115..a48a2d7 100644 (file)
@@ -10,7 +10,6 @@
 #include "includes.h"
 #include "common.h"
 #include "wps/wps.h"
-#include "wps/wps_i.h"
 
 #define FLAG_MESSAGE_BEGIN (1 << 7)
 #define FLAG_MESSAGE_END (1 << 6)
index 2de8474..57e42d5 100644 (file)
@@ -37,7 +37,6 @@
 #include "ctrl_iface.h"
 #include "interworking.h"
 #include "blacklist.h"
-#include "wpas_glue.h"
 #include "autoscan.h"
 
 extern struct wpa_driver_ops *wpa_drivers[];
index 7d15729..5e06932 100644 (file)
@@ -21,7 +21,6 @@
 #include "../notify.h"
 #include "../bss.h"
 #include "../scan.h"
-#include "../ctrl_iface.h"
 #include "../autoscan.h"
 #include "dbus_new_helpers.h"
 #include "dbus_new.h"