From 3b940a27664555dada92f0f01927c7da8f1d51aa Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 12 Jun 2014 17:51:57 +0200 Subject: Core/Misc: Warning fixes --- src/server/scripts/Commands/cs_account.cpp | 1 - src/server/scripts/Commands/cs_battlenet_account.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Commands') diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp index 13402018508..3406c25eb16 100644 --- a/src/server/scripts/Commands/cs_account.cpp +++ b/src/server/scripts/Commands/cs_account.cpp @@ -23,7 +23,6 @@ Category: commandscripts EndScriptData */ #include "AccountMgr.h" -#include "BattlenetAccountMgr.h" #include "Chat.h" #include "Language.h" #include "Player.h" diff --git a/src/server/scripts/Commands/cs_battlenet_account.cpp b/src/server/scripts/Commands/cs_battlenet_account.cpp index ebfcd8acbe3..dfbff501144 100644 --- a/src/server/scripts/Commands/cs_battlenet_account.cpp +++ b/src/server/scripts/Commands/cs_battlenet_account.cpp @@ -16,6 +16,7 @@ */ #include "BattlenetAccountMgr.h" +#include "AccountMgr.h" #include "Chat.h" #include "Language.h" #include "Player.h" -- cgit v1.2.3