]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
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 cebda8fa575219e14dcc1574298d3b16f0b1bc73..85633ec560f87c2eefe36ec7d65ebfe55c3e2420 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 acbf115489842284b0d668271b97497ee69907db..a48a2d7cea1c6a1e919bbfe3d63cb39952d8c39e 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 2de847490bb48872df6250ac226014dac0330400..57e42d5ff2223afc13a272c34c3b24371c369dc9 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 7d1572902b8bb50a2d48515cb5993f1b2bc832d5..5e069326be9cd670e36539f45817ccf718594b26 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"