Skip to content

Commit

Permalink
Fixup last commit (why didn't it ammend..
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmoozerd committed Aug 26, 2012
1 parent 4cfd787 commit b65bed5
Show file tree
Hide file tree
Showing 24 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion src/game/AchievementMgr.cpp
Expand Up @@ -37,7 +37,7 @@
#include "Language.h"
#include "MapManager.h"
#include "BattleGround/BattleGround.h"
#include "BattleGroundAB.h"
#include "BattleGround/BattleGroundAB.h"
#include "Map.h"
#include "InstanceData.h"
#include "DBCStructure.h"
Expand Down
28 changes: 14 additions & 14 deletions src/game/BattleGround/BattleGround.cpp
Expand Up @@ -16,24 +16,24 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundMgr.h"
#include "Creature.h"
#include "MapManager.h"
#include "Language.h"
#include "SpellAuras.h"
#include "ArenaTeam.h"
#include "World.h"
#include "Group.h"
#include "ObjectGuid.h"
#include "ObjectMgr.h"
#include "Mail.h"
#include "../Creature.h"
#include "../MapManager.h"
#include "../Language.h"
#include "../SpellAuras.h"
#include "../ArenaTeam.h"
#include "../World.h"
#include "../Group.h"
#include "../ObjectGuid.h"
#include "../ObjectMgr.h"
#include "../Mail.h"
#include "WorldPacket.h"
#include "Util.h"
#include "Formulas.h"
#include "GridNotifiersImpl.h"
#include "../Formulas.h"
#include "../GridNotifiersImpl.h"

namespace MaNGOS
{
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundAA.cpp
Expand Up @@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundAA.h"
#include "Language.h"
#include "../Language.h"

BattleGroundAA::BattleGroundAA()
{
Expand Down
14 changes: 7 additions & 7 deletions src/game/BattleGround/BattleGroundAB.cpp
Expand Up @@ -16,18 +16,18 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundAB.h"
#include "Creature.h"
#include "GameObject.h"
#include "../Creature.h"
#include "../GameObject.h"
#include "BattleGroundMgr.h"
#include "Language.h"
#include "../Language.h"
#include "Util.h"
#include "WorldPacket.h"
#include "MapManager.h"
#include "DBCStores.h" // TODO REMOVE this when graveyard handling for pvp is updated
#include "../MapManager.h"
#include "../DBCStores.h" // TODO REMOVE this when graveyard handling for pvp is updated

BattleGroundAB::BattleGroundAB()
{
Expand Down
10 changes: 5 additions & 5 deletions src/game/BattleGround/BattleGroundAV.cpp
Expand Up @@ -16,15 +16,15 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundAV.h"
#include "BattleGroundMgr.h"
#include "Creature.h"
#include "GameObject.h"
#include "Language.h"
#include "../Creature.h"
#include "../GameObject.h"
#include "../Language.h"
#include "WorldPacket.h"
#include "DBCStores.h" // TODO REMOVE this when graveyard handling for pvp is updated
#include "../DBCStores.h" // TODO REMOVE this when graveyard handling for pvp is updated

BattleGroundAV::BattleGroundAV()
{
Expand Down
8 changes: 4 additions & 4 deletions src/game/BattleGround/BattleGroundBE.cpp
Expand Up @@ -16,13 +16,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundBE.h"
#include "ObjectMgr.h"
#include "../ObjectMgr.h"
#include "WorldPacket.h"
#include "Language.h"
#include "../Language.h"

BattleGroundBE::BattleGroundBE()
{
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundDS.cpp
Expand Up @@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundDS.h"
#include "Language.h"
#include "../Language.h"

BattleGroundDS::BattleGroundDS()
{
Expand Down
12 changes: 6 additions & 6 deletions src/game/BattleGround/BattleGroundEY.cpp
Expand Up @@ -16,17 +16,17 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundEY.h"
#include "Creature.h"
#include "ObjectMgr.h"
#include "../Creature.h"
#include "../ObjectMgr.h"
#include "BattleGroundMgr.h"
#include "Language.h"
#include "../Language.h"
#include "WorldPacket.h"
#include "Util.h"
#include "MapManager.h"
#include "../MapManager.h"

BattleGroundEY::BattleGroundEY()
{
Expand Down
2 changes: 1 addition & 1 deletion src/game/BattleGround/BattleGroundEY.h
Expand Up @@ -19,7 +19,7 @@
#ifndef __BATTLEGROUNDEY_H
#define __BATTLEGROUNDEY_H

#include "Language.h"
#include "../Language.h"

class BattleGround;

Expand Down
22 changes: 11 additions & 11 deletions src/game/BattleGround/BattleGroundHandler.cpp
Expand Up @@ -17,22 +17,22 @@
*/

#include "Common.h"
#include "SharedDefines.h"
#include "../SharedDefines.h"
#include "WorldPacket.h"
#include "Opcodes.h"
#include "../Opcodes.h"
#include "Log.h"
#include "Player.h"
#include "ObjectMgr.h"
#include "WorldSession.h"
#include "Object.h"
#include "Chat.h"
#include "../Player.h"
#include "../ObjectMgr.h"
#include "../WorldSession.h"
#include "../Object.h"
#include "../Chat.h"
#include "BattleGroundMgr.h"
#include "BattleGroundWS.h"
#include "BattleGround.h"
#include "ArenaTeam.h"
#include "Language.h"
#include "ScriptMgr.h"
#include "World.h"
#include "../ArenaTeam.h"
#include "../Language.h"
#include "../ScriptMgr.h"
#include "../World.h"

void WorldSession::HandleBattlemasterHelloOpcode(WorldPacket& recv_data)
{
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundIC.cpp
Expand Up @@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundIC.h"
#include "Language.h"
#include "../Language.h"

BattleGroundIC::BattleGroundIC()
{
Expand Down
18 changes: 9 additions & 9 deletions src/game/BattleGround/BattleGroundMgr.cpp
Expand Up @@ -17,8 +17,8 @@
*/

#include "Common.h"
#include "SharedDefines.h"
#include "Player.h"
#include "../SharedDefines.h"
#include "../Player.h"
#include "BattleGroundMgr.h"
#include "BattleGroundAV.h"
#include "BattleGroundAB.h"
Expand All @@ -33,15 +33,15 @@
#include "BattleGroundRV.h"
#include "BattleGroundIC.h"
#include "BattleGroundRB.h"
#include "MapManager.h"
#include "Map.h"
#include "ObjectMgr.h"
#include "../MapManager.h"
#include "../Map.h"
#include "../ObjectMgr.h"
#include "ProgressBar.h"
#include "Chat.h"
#include "ArenaTeam.h"
#include "World.h"
#include "../Chat.h"
#include "../ArenaTeam.h"
#include "../World.h"
#include "WorldPacket.h"
#include "GameEventMgr.h"
#include "../GameEventMgr.h"

#include "Policies/SingletonImp.h"

Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundMgr.h
Expand Up @@ -22,8 +22,8 @@
#include "Common.h"
#include "Policies/Singleton.h"
#include "Utilities/EventProcessor.h"
#include "SharedDefines.h"
#include "DBCEnums.h"
#include "../SharedDefines.h"
#include "../DBCEnums.h"
#include "BattleGround.h"
#include "ace/Recursive_Thread_Mutex.h"

Expand Down
8 changes: 4 additions & 4 deletions src/game/BattleGround/BattleGroundNA.cpp
Expand Up @@ -16,13 +16,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundNA.h"
#include "ObjectMgr.h"
#include "../ObjectMgr.h"
#include "WorldPacket.h"
#include "Language.h"
#include "../Language.h"

BattleGroundNA::BattleGroundNA()
{
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundRB.cpp
Expand Up @@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundRB.h"
#include "Language.h"
#include "../Language.h"

BattleGroundRB::BattleGroundRB()
{
Expand Down
8 changes: 4 additions & 4 deletions src/game/BattleGround/BattleGroundRL.cpp
Expand Up @@ -16,12 +16,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundRL.h"
#include "ObjectMgr.h"
#include "Language.h"
#include "../ObjectMgr.h"
#include "../Language.h"
#include "WorldPacket.h"

BattleGroundRL::BattleGroundRL()
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundRV.cpp
Expand Up @@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundRV.h"
#include "Language.h"
#include "../Language.h"

BattleGroundRV::BattleGroundRV()
{
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGround/BattleGroundSA.cpp
Expand Up @@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Player.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundSA.h"
#include "Language.h"
#include "../Language.h"

BattleGroundSA::BattleGroundSA()
{
Expand Down
14 changes: 7 additions & 7 deletions src/game/BattleGround/BattleGroundWS.cpp
Expand Up @@ -16,17 +16,17 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "Object.h"
#include "Player.h"
#include "../Object.h"
#include "../Player.h"
#include "BattleGround.h"
#include "BattleGroundWS.h"
#include "Creature.h"
#include "GameObject.h"
#include "ObjectMgr.h"
#include "../Creature.h"
#include "../GameObject.h"
#include "../ObjectMgr.h"
#include "BattleGroundMgr.h"
#include "WorldPacket.h"
#include "Language.h"
#include "MapManager.h"
#include "../Language.h"
#include "../MapManager.h"

BattleGroundWS::BattleGroundWS()
{
Expand Down
2 changes: 1 addition & 1 deletion src/game/GameEventMgr.cpp
Expand Up @@ -25,7 +25,7 @@
#include "Language.h"
#include "Log.h"
#include "MapManager.h"
#include "BattleGroundMgr.h"
#include "BattleGround/BattleGroundMgr.h"
#include "MassMailMgr.h"
#include "SpellMgr.h"
#include "Policies/SingletonImp.h"
Expand Down
4 changes: 2 additions & 2 deletions src/game/GameObject.cpp
Expand Up @@ -34,8 +34,8 @@
#include "InstanceData.h"
#include "MapManager.h"
#include "MapPersistentStateMgr.h"
#include "BattleGround.h"
#include "BattleGroundAV.h"
#include "BattleGround/BattleGround.h"
#include "BattleGround/BattleGroundAV.h"
#include "OutdoorPvP/OutdoorPvP.h"
#include "Util.h"
#include "ScriptMgr.h"
Expand Down
2 changes: 1 addition & 1 deletion src/game/Group.cpp
Expand Up @@ -27,7 +27,7 @@
#include "Group.h"
#include "Formulas.h"
#include "ObjectAccessor.h"
#include "BattleGound/BattleGround.h"
#include "BattleGround/BattleGround.h"
#include "MapManager.h"
#include "MapPersistentStateMgr.h"
#include "Util.h"
Expand Down

0 comments on commit b65bed5

Please sign in to comment.