aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Accounts/AccountMgr.cpp
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-06-08 13:05:47 -0600
committerBrian <runningnak3d@gmail.com>2010-06-08 13:05:47 -0600
commitb76b6700edeac8f7b036e39400cbfb6bd1a22c33 (patch)
treec490994f020f5c5ff6c12e819615ead04d21b51c /src/server/game/Accounts/AccountMgr.cpp
parent413af7b21f57930c8cb4a0777168bd601828c51a (diff)
* Linux compile with and without PCH fixed
* Script library compile fixed * --todo: fix all scripts themselves :) --HG-- branch : trunk
Diffstat (limited to 'src/server/game/Accounts/AccountMgr.cpp')
-rw-r--r--src/server/game/Accounts/AccountMgr.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/game/Accounts/AccountMgr.cpp b/src/server/game/Accounts/AccountMgr.cpp
index 8089b4d624d..18372677120 100644
--- a/src/server/game/Accounts/AccountMgr.cpp
+++ b/src/server/game/Accounts/AccountMgr.cpp
@@ -18,14 +18,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "Database/DatabaseEnv.h"
-#include "Policies/SingletonImp.h"
+#include "DatabaseEnv.h"
+#include "SingletonImp.h"
#include "AccountMgr.h"
#include "ObjectAccessor.h"
#include "Player.h"
-#include "Utilities/Util.h"
-#include "Cryptography/SHA1.h"
+#include "Util.h"
+#include "SHA1.h"
extern DatabaseType LoginDatabase;