From 40f70138dacc67880a937356bb67abd97d08745f Mon Sep 17 00:00:00 2001 From: Lynx3d Date: Tue, 17 Aug 2010 19:42:02 +0200 Subject: [PATCH] [10364] Restore build with gcc and cleanup includes a bit. --- src/game/CharacterHandler.cpp | 1 - src/game/MiscHandler.cpp | 1 - src/game/PetitionsHandler.cpp | 1 - src/game/Player.cpp | 1 - src/game/SocialMgr.cpp | 1 - src/game/SocialMgr.h | 2 +- src/shared/revision_nr.h | 2 +- 7 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/game/CharacterHandler.cpp b/src/game/CharacterHandler.cpp index 88c740e59..bb0e6becb 100644 --- a/src/game/CharacterHandler.cpp +++ b/src/game/CharacterHandler.cpp @@ -25,7 +25,6 @@ #include "Log.h" #include "World.h" #include "ObjectMgr.h" -#include "ObjectGuid.h" #include "Player.h" #include "Guild.h" #include "UpdateMask.h" diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp index c4cd92e71..26599c553 100644 --- a/src/game/MiscHandler.cpp +++ b/src/game/MiscHandler.cpp @@ -26,7 +26,6 @@ #include "Player.h" #include "World.h" #include "ObjectMgr.h" -#include "ObjectGuid.h" #include "WorldSession.h" #include "Auth/BigNumber.h" #include "Auth/Sha1.h" diff --git a/src/game/PetitionsHandler.cpp b/src/game/PetitionsHandler.cpp index 7ccffe535..0907c3497 100644 --- a/src/game/PetitionsHandler.cpp +++ b/src/game/PetitionsHandler.cpp @@ -22,7 +22,6 @@ #include "WorldSession.h" #include "World.h" #include "ObjectMgr.h" -#include "ObjectGuid.h" #include "Log.h" #include "Opcodes.h" #include "Guild.h" diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 162f32b91..0323d3a97 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -42,7 +42,6 @@ #include "CellImpl.h" #include "ObjectMgr.h" #include "ObjectAccessor.h" -#include "ObjectGuid.h" #include "CreatureAI.h" #include "Formulas.h" #include "Group.h" diff --git a/src/game/SocialMgr.cpp b/src/game/SocialMgr.cpp index bf057d992..7d216e85c 100644 --- a/src/game/SocialMgr.cpp +++ b/src/game/SocialMgr.cpp @@ -23,7 +23,6 @@ #include "WorldPacket.h" #include "Player.h" #include "ObjectMgr.h" -#include "ObjectGuid.h" #include "World.h" #include "Util.h" diff --git a/src/game/SocialMgr.h b/src/game/SocialMgr.h index 97ffe0303..37a35c7e6 100644 --- a/src/game/SocialMgr.h +++ b/src/game/SocialMgr.h @@ -21,7 +21,7 @@ #include "Policies/Singleton.h" #include "Database/DatabaseEnv.h" -#include "Common.h" +#include "ObjectGuid.h" class SocialMgr; class PlayerSocial; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e0ca6c6e2..4e891ca2a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10363" + #define REVISION_NR "10364" #endif // __REVISION_NR_H__