aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsn_supp
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2011-11-13 22:13:04 +0200
committerJouni Malinen <j@w1.fi>2011-11-13 22:13:04 +0200
commita17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2 (patch)
treec394b5e0ae81908265e3480c13f0c2d15bf636be /src/rsn_supp
parent6ec64015f5a4c97724b4e7b949befc78b09af76c (diff)
downloadexternal_wpa_supplicant_8_ti-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.zip
external_wpa_supplicant_8_ti-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.tar.gz
external_wpa_supplicant_8_ti-a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2.tar.bz2
Remove unnecessary include file inclusion
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/rsn_supp')
-rw-r--r--src/rsn_supp/preauth.c1
-rw-r--r--src/rsn_supp/wpa_ft.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/rsn_supp/preauth.c b/src/rsn_supp/preauth.c
index 6109f5e..fefca83 100644
--- a/src/rsn_supp/preauth.c
+++ b/src/rsn_supp/preauth.c
@@ -22,7 +22,6 @@
#include "preauth.h"
#include "pmksa_cache.h"
#include "wpa_i.h"
-#include "common/ieee802_11_defs.h"
#if defined(IEEE8021X_EAPOL) && !defined(CONFIG_NO_WPA2)
diff --git a/src/rsn_supp/wpa_ft.c b/src/rsn_supp/wpa_ft.c
index f6fd7da..dbf5996 100644
--- a/src/rsn_supp/wpa_ft.c
+++ b/src/rsn_supp/wpa_ft.c
@@ -21,7 +21,6 @@
#include "common/ieee802_11_common.h"
#include "wpa.h"
#include "wpa_i.h"
-#include "wpa_ie.h"
#ifdef CONFIG_IEEE80211R