* 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

@@ -3,14 +3,14 @@
* Please see the included DOCS/LICENSE.TXT for more information */
#include "ScriptPCH.h"
#include "Configuration/Config.h"
#include "Database/DatabaseEnv.h"
#include "Config.h"
#include "DatabaseEnv.h"
#include "DBCStores.h"
#include "ObjectMgr.h"
#include "ProgressBar.h"
#include "ScriptLoader.h"
#include "ScriptSystem.h"
#include "Policies/SingletonImp.h"
#include "SingletonImp.h"
INSTANTIATE_SINGLETON_1(ScriptMgr);