diff options
| author | megamage <none@none> | 2009-07-24 09:11:24 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-24 09:11:24 +0800 |
| commit | 4822008f0508c8f9ae54507ea8c5041efb2fee90 (patch) | |
| tree | aebe3c7077e5514c85f2bcbf5b1299ce54f592ba /src | |
| parent | b4957ee7b625a6962fb1fc6ef47ace30261c75b1 (diff) | |
[8200] Use FASTBUILD precompiled mode for debug case also. Author: Ambal
So in fact remove this define and use related includes unconditionally.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/pchdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/pchdef.h b/src/game/pchdef.h index 4b5b9dfbe3e..7252e980e7d 100644 --- a/src/game/pchdef.h +++ b/src/game/pchdef.h @@ -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
\ No newline at end of file |
