aboutsummaryrefslogtreecommitdiff
path: root/src/game/AccountMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/AccountMgr.cpp')
-rw-r--r--src/game/AccountMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/AccountMgr.cpp b/src/game/AccountMgr.cpp
index 5deae7a75f9..2051f3c9290 100644
--- a/src/game/AccountMgr.cpp
+++ b/src/game/AccountMgr.cpp
@@ -18,9 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "AccountAccessor.h"
+#include "AccountMgr.h"
#include "Database/DatabaseEnv.h"
-#include "ObjectMgr.h"
+#include "ObjectAccessor.h"
#include "Player.h"
#include "Policies/SingletonImp.h"
#include "Util.h"