aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundEY.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGroundEY.cpp')
-rw-r--r--src/game/BattleGroundEY.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/game/BattleGroundEY.cpp b/src/game/BattleGroundEY.cpp
index 385ec3d9bc1..9b54ecce643 100644
--- a/src/game/BattleGroundEY.cpp
+++ b/src/game/BattleGroundEY.cpp
@@ -18,15 +18,16 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "Object.h"
-#include "Player.h"
+#include "ObjectMgr.h"
+#include "World.h"
+#include "WorldPacket.h"
+
#include "BattleGround.h"
#include "BattleGroundEY.h"
#include "Creature.h"
-#include "ObjectMgr.h"
#include "Language.h"
-#include "World.h" //music
-#include "WorldPacket.h"
+#include "Object.h"
+#include "Player.h"
#include "Util.h"
// these variables aren't used outside of this file, so declare them only here