forked from mirrors/0ad
Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/.
This was SVN commit r3930.
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
#include "Model.h"
|
||||
#include "UnitManager.h"
|
||||
#include "Unit.h"
|
||||
#include "CConsole.h"
|
||||
#include "ps/CConsole.h"
|
||||
#include "ObjectManager.h"
|
||||
#include "ObjectEntry.h"
|
||||
#include "LOSManager.h"
|
||||
#include "simulation/LOSManager.h"
|
||||
|
||||
extern CConsole* g_Console;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user