aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Battlegrounds/BattlegroundMgr.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-02-13 00:49:10 +0100
committerShauren <shauren.trinity@gmail.com>2022-02-13 00:49:10 +0100
commitad4f4bfab76b8a5f44d3b92ad38baaf0978a159d (patch)
tree386d00dce703fdb99efab035aec52469ec1d7228 /src/server/game/Battlegrounds/BattlegroundMgr.cpp
parentb3f1563140bc3611747806a730e726099526ad4f (diff)
Core/Misc: Minor game include cleanup
Diffstat (limited to 'src/server/game/Battlegrounds/BattlegroundMgr.cpp')
-rw-r--r--src/server/game/Battlegrounds/BattlegroundMgr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundMgr.cpp b/src/server/game/Battlegrounds/BattlegroundMgr.cpp
index 4447665b892..8b2e9e414d9 100644
--- a/src/server/game/Battlegrounds/BattlegroundMgr.cpp
+++ b/src/server/game/Battlegrounds/BattlegroundMgr.cpp
@@ -30,7 +30,6 @@
#include "BattlegroundSA.h"
#include "BattlegroundTP.h"
#include "BattlegroundWS.h"
-#include "Common.h"
#include "Containers.h"
#include "DatabaseEnv.h"
#include "DB2Stores.h"
@@ -42,7 +41,6 @@
#include "MapInstanced.h"
#include "MapManager.h"
#include "ObjectMgr.h"
-#include "Opcodes.h"
#include "Player.h"
#include "SharedDefines.h"
#include "World.h"