From: Jouni Malinen Date: Thu, 9 Apr 2009 17:53:29 +0000 (+0300) Subject: Remove unneeded inclusion of hostapd header files X-Git-Url: http://git.maemo.org/git/?p=wpasupplicant;a=commitdiff_plain;h=989f52c639ffc602ab7b514db2e19c34ce269292;hp=2135f224dbf4474df1bda85d26a57e1564a50e77 Remove unneeded inclusion of hostapd header files --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index a1fe68f..c181987 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"