remove no longer necessary include guard define (it used to work around a mmgr and crtdbg conflict, but that has since been fixed)

This was SVN commit r2013.
This commit is contained in:
janwas 2005-03-18 22:26:49 +00:00
parent eab88e4354
commit ffd141c1e3

View File

@ -110,8 +110,6 @@
# define free(p) _free_dbg(p, _NORMAL_BLOCK)
#endif // #ifdef HAVE_DEBUGALLOC
#define _INC_CRTDBG
#define _INC_MALLOC
// use custom memory tracker (lib/mmgr.cpp)
#ifdef USE_MMGR
# include "mmgr.h"