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.
This commit is contained in:
parent
6ae9318536
commit
90973fb2fd
82 changed files with 106 additions and 114 deletions
|
@ -5,7 +5,7 @@ TARGETTYPE exe
|
|||
|
||||
SYSTEMINCLUDE \epoc32\include \epoc32\include\variant \epoc32\include\ecom \epoc32\include\libc
|
||||
|
||||
USERINCLUDE .. ..\..\src ..\..\src\utils ..\..\src\common ..\..\src\crypto ..\..\src\rsn_supp
|
||||
USERINCLUDE .. ..\..\src ..\..\src\utils ..\..\src\crypto ..\..\src\rsn_supp
|
||||
|
||||
SOURCEPATH ..
|
||||
SOURCE main_symbian.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue