From d778d5ec7cfa94d6de2500e1fff7ae3bd30be18f Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 31 Dec 2024 18:12:36 +0100 Subject: Core/Misc: Include cleanup - remove MapUtils.h from Containers.h --- src/server/game/Globals/ObjectMgr.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/server/game/Globals/ObjectMgr.cpp') diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp index 43a683e652d..1bc4aeeee29 100644 --- a/src/server/game/Globals/ObjectMgr.cpp +++ b/src/server/game/Globals/ObjectMgr.cpp @@ -16,35 +16,36 @@ */ #include "ObjectMgr.h" -#include "ArenaTeamMgr.h" #include "AreaTriggerDataStore.h" #include "AreaTriggerTemplate.h" +#include "ArenaTeamMgr.h" #include "AzeriteEmpoweredItem.h" #include "AzeriteItem.h" #include "Chat.h" #include "Containers.h" #include "CreatureAIFactory.h" #include "CriteriaHandler.h" -#include "DatabaseEnv.h" #include "DB2Stores.h" +#include "DatabaseEnv.h" #include "DisableMgr.h" #include "GameObject.h" #include "GameObjectAIFactory.h" #include "GameTables.h" #include "GameTime.h" -#include "GridDefines.h" #include "GossipDef.h" +#include "GridDefines.h" #include "GroupMgr.h" #include "GuildMgr.h" #include "InstanceScript.h" #include "Item.h" #include "ItemBonusMgr.h" -#include "Language.h" #include "LFGMgr.h" +#include "Language.h" #include "Log.h" #include "LootMgr.h" #include "Mail.h" #include "MapManager.h" +#include "MapUtils.h" #include "MotionMaster.h" #include "MovementTypedefs.h" #include "ObjectAccessor.h" @@ -67,13 +68,13 @@ #include "ThreadPool.h" #include "Timer.h" #include "TransportMgr.h" -#include "Vehicle.h" #include "VMapFactory.h" #include "VMapManager2.h" +#include "Vehicle.h" #include "World.h" #include -#include #include +#include ScriptMapMap sSpellScripts; ScriptMapMap sEventScripts; -- cgit v1.2.3