refactor(src/server/game/*): remove unused imports (big part 1) (#20310)
This commit is contained in:
parent
2c344fc127
commit
cb7e28df05
50 changed files with 26 additions and 39 deletions
|
|
@ -47,7 +47,6 @@
|
|||
#include "SpellScript.h"
|
||||
#include "TemporarySummon.h"
|
||||
#include "Unit.h"
|
||||
#include "UpdateData.h"
|
||||
#include "Util.h"
|
||||
#include "VMapFactory.h"
|
||||
#include "Vehicle.h"
|
||||
|
|
@ -60,6 +59,8 @@
|
|||
// there is probably some underlying problem with imports which should properly addressed
|
||||
// see: https://github.com/azerothcore/azerothcore-wotlk/issues/9766
|
||||
#include "GridNotifiersImpl.h"
|
||||
#include "IVMapMgr.h"
|
||||
#include "VMapMgr2.h"
|
||||
|
||||
extern pEffect SpellEffects[TOTAL_SPELL_EFFECTS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue