refactor(Core): remove unused imports (#9969)

This commit is contained in:
Francesco Borzì
2022-01-02 20:22:09 +01:00
committed by GitHub
parent 715b98a45e
commit b748730bc8
22 changed files with 1 additions and 26 deletions

View File

@@ -16,7 +16,6 @@
*/
#include "Chat.h"
#include "Language.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "ScriptMgr.h"

View File

@@ -20,8 +20,6 @@
#include "DatabaseEnv.h"
#include "GroupMgr.h"
#include "Language.h"
#include "LFG.h"
#include "ObjectAccessor.h"
#include "Player.h"
using namespace Acore::ChatCommands;

View File

@@ -25,7 +25,6 @@
#include "SpellMgr.h"
#include "SpellInfo.h"
#include "WorldSession.h"
#include "ObjectMgr.h"
using namespace Acore::ChatCommands;

View File

@@ -24,7 +24,6 @@
#include "ObjectMgr.h"
#include "Pet.h"
#include "Player.h"
#include "WorldSession.h"
#include "Tokenize.h"
using namespace Acore::ChatCommands;