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

@@ -48,7 +48,6 @@
#include "WaypointMovementGenerator.h"
#include "World.h"
#include "WorldPacket.h"
#include "Pet.h"
// TODO: this import is not necessary for compilation and marked as unused by the IDE
// however, for some reasons removing it would cause a damn linking issue

View File

@@ -17,7 +17,6 @@
#include "Pet.h"
#include "ArenaSpectator.h"
#include "Battleground.h"
#include "Common.h"
#include "CreatureAI.h"
#include "DatabaseEnv.h"

View File

@@ -80,7 +80,6 @@
#include "Util.h"
#include "Vehicle.h"
#include "Weather.h"
#include "WeatherMgr.h"
#include "World.h"
#include "WorldPacket.h"
#include "WorldSession.h"