chore(Scripts/Kalimdor): remove useless includes (#18065)

This commit is contained in:
IntelligentQuantum
2023-12-26 12:38:37 +03:30
committed by GitHub
parent d2dfa4a438
commit fa884ae385
13 changed files with 0 additions and 15 deletions

View File

@@ -23,7 +23,6 @@ SDCategory: Caverns of Time, Mount Hyjal
EndScriptData */
#include "Chat.h"
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Opcodes.h"

View File

@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CreatureScript.h"
#include "EventMap.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"

View File

@@ -15,11 +15,9 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "TemporarySummon.h"
#include "the_black_morass.h"