From a9b64d737d866fcdbd46314bdd4e661af36216cd Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 8 Jun 2017 00:37:50 +0200 Subject: Core/Scripts: Optimize PCH contents --- src/server/scripts/ScriptPCH.h | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'src/server/scripts/ScriptPCH.h') diff --git a/src/server/scripts/ScriptPCH.h b/src/server/scripts/ScriptPCH.h index cf31742f830..97132f44720 100644 --- a/src/server/scripts/ScriptPCH.h +++ b/src/server/scripts/ScriptPCH.h @@ -1,32 +1,11 @@ -/* Copyright (C) 2006 - 2009 ScriptDev2 -* This program is free software licensed under GPL version 2 -* Please see the included DOCS/LICENSE.TXT for more information */ - -#ifndef SC_PRECOMPILED_H -#define SC_PRECOMPILED_H - +#include "CreatureAIImpl.h" +#include "InstanceScript.h" +#include "Map.h" +#include "MotionMaster.h" +#include "ObjectAccessor.h" +#include "Player.h" #include "ScriptMgr.h" -#include "Cell.h" -#include "CellImpl.h" -#include "GameEventMgr.h" -#include "GridNotifiers.h" -#include "GridNotifiersImpl.h" -#include "Unit.h" -#include "GameObject.h" #include "ScriptedCreature.h" -#include "ScriptedGossip.h" -#include "InstanceScript.h" -#include "CombatAI.h" -#include "PassiveAI.h" -#include "Chat.h" -#include "DB2Stores.h" -#include "ObjectMgr.h" +#include "SpellInfo.h" #include "SpellScript.h" -#include "SpellAuraEffects.h" - -#ifdef _WIN32 -#include -#endif - -#endif - +#include "TemporarySummon.h" -- cgit v1.2.3