1
0
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:
Ykkrosh
2006-06-02 02:10:27 +00:00
parent 9124f7266c
commit 5f7855f7f0
267 changed files with 678 additions and 680 deletions
@@ -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"