* Remove the last of the realative paths from #include statements

--HG--
branch : trunk
This commit is contained in:
Brian
2010-06-08 17:01:03 -06:00
parent dee7fd1382
commit bc04d7ce25
44 changed files with 67 additions and 67 deletions

View File

@@ -11,7 +11,7 @@
#include "Common.h"
#include "CompilerDefs.h"
#include "DBCStructure.h"
#include "Configuration/ConfigEnv.h"
#include "ConfigEnv.h"
class Player;
class Creature;