diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-29 23:04:43 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-29 23:04:43 +0200 |
commit | 03da66bd59567c90dc3b3b0892c3346472a0b413 (patch) | |
tree | e074941e0db7e35b7effbf93759aebe789f4105e /wpa_supplicant/symbian | |
parent | 5586f500a0c58b457e512ac01a2a316657474a15 (diff) | |
download | external_wpa_supplicant_8_ti-03da66bd59567c90dc3b3b0892c3346472a0b413.zip external_wpa_supplicant_8_ti-03da66bd59567c90dc3b3b0892c3346472a0b413.tar.gz external_wpa_supplicant_8_ti-03da66bd59567c90dc3b3b0892c3346472a0b413.tar.bz2 |
Remove src/crypto from default include path
In addition, start ordering header file includes to be in more
consistent order: system header files, src/utils, src/*, same
directory as the *.c file.
Diffstat (limited to 'wpa_supplicant/symbian')
-rw-r--r-- | wpa_supplicant/symbian/wpa_supplicant.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/symbian/wpa_supplicant.mmp b/wpa_supplicant/symbian/wpa_supplicant.mmp index 52e7411..217908e 100644 --- a/wpa_supplicant/symbian/wpa_supplicant.mmp +++ b/wpa_supplicant/symbian/wpa_supplicant.mmp @@ -5,7 +5,7 @@ TARGETTYPE exe SYSTEMINCLUDE \epoc32\include \epoc32\include\variant \epoc32\include\ecom \epoc32\include\libc -USERINCLUDE .. ..\..\src ..\..\src\utils ..\..\src\crypto +USERINCLUDE .. ..\..\src ..\..\src\utils SOURCEPATH .. SOURCE main_symbian.cpp |