diff options
Diffstat (limited to 'src/game/BattleGroundAV.cpp')
-rw-r--r-- | src/game/BattleGroundAV.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/game/BattleGroundAV.cpp b/src/game/BattleGroundAV.cpp index bc0b50d21f0..a93b304e2b9 100644 --- a/src/game/BattleGroundAV.cpp +++ b/src/game/BattleGroundAV.cpp @@ -18,15 +18,16 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "Player.h" +#include "ObjectMgr.h" +#include "WorldPacket.h" + #include "BattleGround.h" #include "BattleGroundAV.h" -#include "Language.h" -#include "SpellAuras.h" #include "Formulas.h" -#include "WorldPacket.h" -#include "ObjectMgr.h" #include "GameObject.h" +#include "Language.h" +#include "Player.h" +#include "SpellAuras.h" BattleGroundAV::BattleGroundAV() { |