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