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

This commit is contained in:
Francesco Borzì
2021-12-19 19:41:14 +01:00
committed by GitHub
parent d2d99bccc7
commit cbc7e5466a
79 changed files with 76 additions and 103 deletions

View File

@@ -17,7 +17,6 @@
#include "Vehicle.h"
#include "BattlefieldWG.h"
#include "Common.h"
#include "CreatureAI.h"
#include "Log.h"
#include "MoveSplineInit.h"
@@ -28,7 +27,6 @@
#include "TemporarySummon.h"
#include "Unit.h"
#include "Util.h"
#include "WorldPacket.h"
Vehicle::Vehicle(Unit* unit, VehicleEntry const* vehInfo, uint32 creatureEntry) :
_me(unit), _vehicleInfo(vehInfo), _usableSeatNum(0), _creatureEntry(creatureEntry), _status(STATUS_NONE)