diff options
Diffstat (limited to 'src/game/AccountMgr.cpp')
-rw-r--r-- | src/game/AccountMgr.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/AccountMgr.cpp b/src/game/AccountMgr.cpp index 86de06a30e0..66660766dae 100644 --- a/src/game/AccountMgr.cpp +++ b/src/game/AccountMgr.cpp @@ -18,11 +18,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "AccountMgr.h" #include "Database/DatabaseEnv.h" +#include "Policies/SingletonImp.h" + +#include "AccountMgr.h" #include "ObjectAccessor.h" #include "Player.h" -#include "Policies/SingletonImp.h" #include "Util.h" extern DatabaseType LoginDatabase; |