diff options
author | Spp <spp@jorge.gr> | 2012-11-20 12:30:30 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-11-20 12:30:30 +0100 |
commit | b5c9ab88023c49ab0e3ab2365c789cd27a6629f1 (patch) | |
tree | ba8df66f7d6ce1eb446f62d2766ad310c2626a24 /src/server/game/Instances/InstanceScript.cpp | |
parent | 81606e5d1ea562b6842ff327fffb551aecd5a79c (diff) |
Core/Misc: Reduction of header dependencies - Step II
Diffstat (limited to 'src/server/game/Instances/InstanceScript.cpp')
-rwxr-xr-x | src/server/game/Instances/InstanceScript.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/server/game/Instances/InstanceScript.cpp b/src/server/game/Instances/InstanceScript.cpp index f8df5862df0..a2628fbb265 100755 --- a/src/server/game/Instances/InstanceScript.cpp +++ b/src/server/game/Instances/InstanceScript.cpp @@ -16,15 +16,16 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "InstanceScript.h" -#include "DatabaseEnv.h" -#include "Map.h" -#include "Player.h" -#include "GameObject.h" #include "Creature.h" #include "CreatureAI.h" -#include "Log.h" +#include "DatabaseEnv.h" +#include "GameObject.h" +#include "InstanceScript.h" #include "LFGMgr.h" +#include "Log.h" +#include "Map.h" +#include "Player.h" +#include "Pet.h" void InstanceScript::SaveToDB() { |