aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/ScriptMgr/ScriptedPch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/ScriptMgr/ScriptedPch.h')
-rw-r--r--src/server/game/ScriptMgr/ScriptedPch.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/server/game/ScriptMgr/ScriptedPch.h b/src/server/game/ScriptMgr/ScriptedPch.h
deleted file mode 100644
index 1e83a88b87a..00000000000
--- a/src/server/game/ScriptMgr/ScriptedPch.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
-* 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 "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 "ScriptedInstance.h"
-#include "CombatAI.h"
-#include "PassiveAI.h"
-#include "Chat.h"
-#include "DBCStructure.h"
-#include "DBCStores.h"
-#include "ObjectMgr.h"
-
-#ifdef WIN32
-#include <windows.h>
-
-#endif
-
-#endif
-