mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 14:12:23 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "JSInterface_BaseEntity.h"
|
||||
#include "BaseEntity.h"
|
||||
#include "EntityHandles.h"
|
||||
#include "simulation/BaseEntity.h"
|
||||
#include "simulation/EntityHandles.h"
|
||||
|
||||
Reference in New Issue
Block a user