From e1b079f6cb564399fe7f5ac7c56d62f482bfcaf6 Mon Sep 17 00:00:00 2001 From: killerwife Date: Sun, 6 Oct 2024 13:36:18 +0200 Subject: [PATCH] Fix capitals in includes --- src/game/BattleGround/BattleGroundQueue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/BattleGround/BattleGroundQueue.cpp b/src/game/BattleGround/BattleGroundQueue.cpp index 010a18acc4..80f4fc3d9e 100644 --- a/src/game/BattleGround/BattleGroundQueue.cpp +++ b/src/game/BattleGround/BattleGroundQueue.cpp @@ -16,10 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "Battleground/BattleGroundQueue.h" +#include "BattleGround/BattleGroundQueue.h" #include "Tools/Language.h" #include "World/World.h" -#include "Battleground/BattleGroundMgr.h" +#include "BattleGround/BattleGroundMgr.h" #include "Arena/ArenaTeam.h" /*********************************************************/