diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-06-04 21:41:07 +0200 |
commit | f6447e8f34c28785f605e2ae0882c24799d34456 (patch) | |
tree | df83e1ffc575f05b56cb9a817a4dd7b83b22123f /src/game/BattleGroundAV.cpp | |
parent | ee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff) |
*Including style fixing - part 1
--HG--
branch : trunk
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() { |