[8200] Use FASTBUILD precompiled mode for debug case also.

So in fact remove this define and use related includes unconditionally.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Ambal 2009-07-19 02:39:11 +04:00 committed by VladimirMangos
parent 8a279eda4b
commit 8ebcabdc23
5 changed files with 7 additions and 11 deletions

View file

@ -9,8 +9,4 @@
#include "Database/SQLStorage.h"
#include "Opcodes.h"
#include "SharedDefines.h"
#ifdef FASTBUILD
//add additional headers here to speed up compilation in release builds even more
#include "ObjectMgr.h"
#endif