diff options
author | Jouni Malinen <j@w1.fi> | 2011-11-13 22:13:04 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-11-13 22:13:04 +0200 |
commit | a17539ebcd36896b6a2c7c87b7f1a74c1ef03ab2 (patch) | |
tree | c394b5e0ae81908265e3480c13f0c2d15bf636be /src/ap/wpa_auth_ft.c | |
parent | 6ec64015f5a4c97724b4e7b949befc78b09af76c (diff) | |
download | external_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/ap/wpa_auth_ft.c')
-rw-r--r-- | src/ap/wpa_auth_ft.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ap/wpa_auth_ft.c b/src/ap/wpa_auth_ft.c index 4a7d619..2d1bbe4 100644 --- a/src/ap/wpa_auth_ft.c +++ b/src/ap/wpa_auth_ft.c @@ -24,7 +24,6 @@ #include "wmm.h" #include "wpa_auth.h" #include "wpa_auth_i.h" -#include "wpa_auth_ie.h" #ifdef CONFIG_IEEE80211R |