diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-06-04 01:00:45 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2017-06-04 01:00:45 +0200 |
commit | b453e124231a90321fe79fbf3a62acdcfa54a691 (patch) | |
tree | ca2a815b923080385ed9a3a69aefe20ee54a7969 /src/server/game/Handlers/SkillHandler.cpp | |
parent | ec72a59b08e71ebc7ba00b32592ec903a7995a84 (diff) |
Core/Game: Include cleanup part 5
* ObjectMgr.h
* Player.h
* Unit.h
* G3D should no longer propagate everywhere from Spline/MotionMaster
Diffstat (limited to 'src/server/game/Handlers/SkillHandler.cpp')
-rw-r--r-- | src/server/game/Handlers/SkillHandler.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/game/Handlers/SkillHandler.cpp b/src/server/game/Handlers/SkillHandler.cpp index 39f103a50c9..b3dc78e3484 100644 --- a/src/server/game/Handlers/SkillHandler.cpp +++ b/src/server/game/Handlers/SkillHandler.cpp @@ -16,15 +16,15 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "WorldSession.h" #include "Common.h" +#include "DB2Stores.h" #include "Log.h" #include "ObjectAccessor.h" -#include "Player.h" #include "Pet.h" -#include "WorldPacket.h" -#include "WorldSession.h" -#include "TalentPackets.h" +#include "Player.h" #include "SpellPackets.h" +#include "TalentPackets.h" void WorldSession::HandleLearnTalentsOpcode(WorldPackets::Talent::LearnTalents& packet) { |