diff options
Diffstat (limited to 'src/game/BattleGroundBE.cpp')
-rw-r--r-- | src/game/BattleGroundBE.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/BattleGroundBE.cpp b/src/game/BattleGroundBE.cpp index f61ff697faa..d58c2250948 100644 --- a/src/game/BattleGroundBE.cpp +++ b/src/game/BattleGroundBE.cpp @@ -18,13 +18,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "Object.h" -#include "Player.h" #include "BattleGround.h" #include "BattleGroundBE.h" +#include "Language.h" +#include "Object.h" #include "ObjectMgr.h" +#include "Player.h" #include "WorldPacket.h" -#include "Language.h" BattleGroundBE::BattleGroundBE() { |