diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-29 17:51:55 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-29 17:51:55 +0200 |
commit | 90973fb2fd4d9d3a6982e42581b08fafc145877b (patch) | |
tree | 5d77d4050456327ead74ed52575168d7a3cf92d9 /src/radius | |
parent | 6ae9318536ecffa7374431767e2e3cb0c6b56758 (diff) | |
download | external_wpa_supplicant_8_ti-90973fb2fd4d9d3a6982e42581b08fafc145877b.zip external_wpa_supplicant_8_ti-90973fb2fd4d9d3a6982e42581b08fafc145877b.tar.gz external_wpa_supplicant_8_ti-90973fb2fd4d9d3a6982e42581b08fafc145877b.tar.bz2 |
Remove src/common from default header file path
This makes it clearer which files are including header from src/common.
Some of these cases should probably be cleaned up in the future not to
do that.
In addition, src/common/nl80211_copy.h and wireless_copy.h were moved
into src/drivers since they are only used by driver wrappers and do not
need to live in src/common.
Diffstat (limited to 'src/radius')
-rw-r--r-- | src/radius/radius_server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radius/radius_server.c b/src/radius/radius_server.c index 2d1259b..7c8c525 100644 --- a/src/radius/radius_server.c +++ b/src/radius/radius_server.c @@ -18,7 +18,6 @@ #include "common.h" #include "radius.h" #include "eloop.h" -#include "defs.h" #include "eap_server/eap.h" #include "radius_server.h" |