Core/Misc: Use proper headers to optimize compile

This commit is contained in:
Vincent-Michael
2012-07-29 21:40:10 +02:00
parent caea2a16a6
commit 634b3645d5
425 changed files with 995 additions and 424 deletions

View File

@@ -5,9 +5,13 @@
* This program is free software licensed under GPL version 2
* Please see the included DOCS/LICENSE.TXT for more information */
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "Item.h"
#include "Spell.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
#include "Cell.h"
#include "CellImpl.h"
#include "ObjectMgr.h"
#include "TemporarySummon.h"