refactor(src/server/game/Entities): remove unused imports (#19507)

This commit is contained in:
Francesco Borzì
2024-07-28 21:39:39 +02:00
committed by GitHub
parent 0764c654e1
commit 54fadbda67
22 changed files with 4 additions and 29 deletions

View File

@@ -22,7 +22,6 @@
#include "ObjectMgr.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "TemporarySummon.h"
#include "Unit.h"
#include "Util.h"

View File

@@ -18,8 +18,6 @@
#ifndef __ACORE_VEHICLE_H
#define __ACORE_VEHICLE_H
#include "EventProcessor.h"
#include "ObjectDefines.h"
#include "Unit.h"
#include "VehicleDefines.h"

View File

@@ -20,7 +20,6 @@
#include "Define.h"
#include "Map.h"
#include "Object.h"
#include <map>
#include <vector>