From 1a2d22a2422c70964e2a92677d71d17ac5f54006 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 25 Nov 2012 17:06:38 +0200 Subject: [PATCH] Remove unneeded header file inclusion Signed-hostap: Jouni Malinen --- src/ap/wps_hostapd.c | 2 -- src/wps/ndef.c | 1 - wpa_supplicant/ctrl_iface.c | 1 - wpa_supplicant/dbus/dbus_new_handlers.c | 1 - 4 files changed, 5 deletions(-) diff --git a/src/ap/wps_hostapd.c b/src/ap/wps_hostapd.c index cebda8fa5..85633ec56 100644 --- a/src/ap/wps_hostapd.c +++ b/src/ap/wps_hostapd.c @@ -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" diff --git a/src/wps/ndef.c b/src/wps/ndef.c index acbf11548..a48a2d7ce 100644 --- a/src/wps/ndef.c +++ b/src/wps/ndef.c @@ -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) diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index 2de847490..57e42d5ff 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -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[]; diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c index 7d1572902..5e069326b 100644 --- a/wpa_supplicant/dbus/dbus_new_handlers.c +++ b/wpa_supplicant/dbus/dbus_new_handlers.c @@ -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"