Skip to content

Commit

Permalink
chore(Scripts/EK): remove useless includes (azerothcore#18075)
Browse files Browse the repository at this point in the history
* chore(Scripts/Kalimdor): remove useless includes

* chore(Scripts/EK): remove useless includes
  • Loading branch information
IntelligentQuantum authored Dec 28, 2023
1 parent 583b197 commit 6a6cefb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
#include "GridNotifiers.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "ObjectDefines.h"
#include "ObjectMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "blackrock_spire.h"
#include "GridNotifiersImpl.h"

uint32 const DragonspireMobs[3] = { NPC_BLACKHAND_DREADWEAVER, NPC_BLACKHAND_SUMMONER, NPC_BLACKHAND_VETERAN };

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "Containers.h"
#include "CreatureScript.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "SpellInfo.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "Unit.h"

class spell_q12779_an_end_to_all_things : public SpellScript
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "TaskScheduler.h"
#include "WaypointMgr.h"
#include "zulgurub.h"

enum Says
Expand Down
1 change: 0 additions & 1 deletion src/server/scripts/EasternKingdoms/zone_blasted_lands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Blasted_Lands
Quest support: 3628. Teleporter to Rise of the Defiler.
*/

#include "CreatureScript.h"
#include "Group.h"
#include "Player.h"
#include "ScriptedCreature.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"

/*######
## NPC 9836: Maredis Firestar
Expand Down
1 change: 0 additions & 1 deletion src/server/scripts/EasternKingdoms/zone_ghostlands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"

/*######
## npc_ranger_lilatha
Expand Down

0 comments on commit 6a6cefb

Please sign in to comment.