From 4822008f0508c8f9ae54507ea8c5041efb2fee90 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 24 Jul 2009 09:11:24 +0800 Subject: [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 --- src/game/pchdef.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3