diff options
author | Jouni Malinen <j@w1.fi> | 2006-12-29 18:34:40 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2006-12-29 18:34:40 (GMT) |
commit | 22eaac0aef1b16f3d1ccd8b06d6d629d6baa5b14 (patch) | |
tree | 8880e1c23e0d657901cd1845b6c8a4e061f9d65b /hostapd/pmksa_cache.c | |
parent | 0a3cc589c3f4e16899be22c94428357eb44912f4 (diff) | |
download | hostap-history-22eaac0aef1b16f3d1ccd8b06d6d629d6baa5b14.zip hostap-history-22eaac0aef1b16f3d1ccd8b06d6d629d6baa5b14.tar.gz hostap-history-22eaac0aef1b16f3d1ccd8b06d6d629d6baa5b14.tar.bz2 |
Removed unneeded header file inclusions.
Diffstat (limited to 'hostapd/pmksa_cache.c')
-rw-r--r-- | hostapd/pmksa_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/pmksa_cache.c b/hostapd/pmksa_cache.c index 2a738ec..b4a7bd2 100644 --- a/hostapd/pmksa_cache.c +++ b/hostapd/pmksa_cache.c @@ -18,7 +18,6 @@ #include "ap.h" #include "config.h" #include "common.h" -#include "wpa.h" #include "eloop.h" #include "sha1.h" #include "ieee802_1x.h" |