mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
refactor(src/server/game/Grids): remove unused imports (#20094)
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
#define ACORE_CELL_H
|
#define ACORE_CELL_H
|
||||||
|
|
||||||
#include "GridDefines.h"
|
#include "GridDefines.h"
|
||||||
#include "TypeContainer.h"
|
|
||||||
#include "TypeContainerVisitor.h"
|
#include "TypeContainerVisitor.h"
|
||||||
|
|
||||||
class Map;
|
class Map;
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
#include "Cell.h"
|
#include "Cell.h"
|
||||||
#include "Map.h"
|
#include "Map.h"
|
||||||
#include "Object.h"
|
#include "Object.h"
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
inline Cell::Cell(CellCoord const& p)
|
inline Cell::Cell(CellCoord const& p)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
#include "GridNotifiers.h"
|
#include "GridNotifiers.h"
|
||||||
#include "Map.h"
|
#include "Map.h"
|
||||||
#include "ObjectAccessor.h"
|
#include "ObjectAccessor.h"
|
||||||
#include "SpellMgr.h"
|
|
||||||
#include "Transport.h"
|
#include "Transport.h"
|
||||||
#include "UpdateData.h"
|
#include "UpdateData.h"
|
||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
|
|||||||
@@ -22,10 +22,7 @@
|
|||||||
#include "CreatureAI.h"
|
#include "CreatureAI.h"
|
||||||
#include "GridNotifiers.h"
|
#include "GridNotifiers.h"
|
||||||
#include "Object.h"
|
#include "Object.h"
|
||||||
#include "Opcodes.h"
|
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "SpellAuras.h"
|
|
||||||
#include "UpdateData.h"
|
|
||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
#include "WorldSession.h"
|
#include "WorldSession.h"
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
#include "GridNotifiers.h"
|
#include "GridNotifiers.h"
|
||||||
#include "ObjectMgr.h"
|
#include "ObjectMgr.h"
|
||||||
#include "Transport.h"
|
#include "Transport.h"
|
||||||
#include "Vehicle.h"
|
|
||||||
|
|
||||||
// for loading world object at grid loading (Corpses)
|
// for loading world object at grid loading (Corpses)
|
||||||
//TODO: to implement npc on transport, also need to load npcs at grid loading
|
//TODO: to implement npc on transport, also need to load npcs at grid loading
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
#include "Cell.h"
|
#include "Cell.h"
|
||||||
#include "Define.h"
|
#include "Define.h"
|
||||||
#include "GridDefines.h"
|
#include "GridDefines.h"
|
||||||
#include "GridLoader.h"
|
|
||||||
#include "TypeList.h"
|
|
||||||
|
|
||||||
class ObjectWorldLoader;
|
class ObjectWorldLoader;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user