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

@@ -21,7 +21,6 @@
#include "MotionMaster.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
#include "TemporarySummon.h"

View File

@@ -16,7 +16,6 @@
*/
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "molten_core.h"

View File

@@ -18,7 +18,6 @@
#include "InstanceScript.h"
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "TemporarySummon.h"
#include "molten_core.h"