chore(PCH): remove "ScriptPCH.h" from cpp scripts (#1423)

remove "ScriptPCH.h" from cpp scripts as it is intended to be used as precompiled header for the build process only
This commit is contained in:
Stoabrogga
2019-02-10 14:50:44 +01:00
committed by GitHub
parent 2d3ea3a308
commit 7a9f09341f
114 changed files with 156 additions and 140 deletions

View File

@@ -5,7 +5,7 @@
#ifndef DEF_EYE_OF_ETERNITY_H
#define DEF_EYE_OF_ETERNITY_H
#include "ScriptPCH.h"
#include "Chat.h"
enum Objects
{

View File

@@ -5,7 +5,12 @@
#ifndef DEF_NEXUS_H
#define DEF_NEXUS_H
#include "ScriptPCH.h"
#include "Player.h"
#include "SpellScript.h"
#include "PassiveAI.h"
#include "SpellAuras.h"
#include "GridNotifiers.h"
#include "GameEventMgr.h"
enum eTypes
{

View File

@@ -5,7 +5,9 @@
#ifndef DEF_OCULUS_H
#define DEF_OCULUS_H
#include "ScriptPCH.h"
#include "SpellScript.h"
#include "SpellAuras.h"
#include "SpellAuraEffects.h"
enum Data
{