From: Jouni Malinen Date: Thu, 9 Apr 2009 17:53:29 +0000 (+0300) Subject: Remove unneeded inclusion of hostapd header files X-Git-Tag: hostap_0_7_0~354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=989f52c639ffc602ab7b514db2e19c34ce269292;p=thirdparty%2Fhostap.git Remove unneeded inclusion of hostapd header files --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index a1fe68f2b..c18198710 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -55,8 +55,6 @@ #include "../../hostapd/hostapd.h" #include "../../hostapd/config.h" -#include "../../hostapd/hw_features.h" -#include "../../hostapd/mlme.h" #include "../../hostapd/sta_flags.h" #include "ieee802_11_common.h"