diff options
| author | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
|---|---|---|
| committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
| commit | f6447e8f34c28785f605e2ae0882c24799d34456 (patch) | |
| tree | df83e1ffc575f05b56cb9a817a4dd7b83b22123f /src/game/AccountMgr.cpp | |
| parent | ee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff) | |
*Including style fixing - part 1
--HG--
branch : trunk
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; |
