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

This commit is contained in:
Francesco Borzì
2022-01-22 11:21:35 +01:00
committed by GitHub
parent 8c184e06f9
commit abc56842c4
27 changed files with 0 additions and 35 deletions

View File

@@ -23,7 +23,6 @@
#include "CellImpl.h"
#include "Common.h"
#include "ConditionMgr.h"
#include "DatabaseEnv.h"
#include "DisableMgr.h"
#include "DynamicObject.h"
#include "GameObjectAI.h"
@@ -33,8 +32,6 @@
#include "InstanceScript.h"
#include "Log.h"
#include "LootMgr.h"
#include "MMapFactory.h"
#include "MMapMgr.h"
#include "MapMgr.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
@@ -57,7 +54,6 @@
#include "Vehicle.h"
#include "World.h"
#include "WorldPacket.h"
#include "WorldSession.h"
extern pEffect SpellEffects[TOTAL_SPELL_EFFECTS];