Remove malloc include, which was only used by checkHeap()

svn-id: r23982
This commit is contained in:
Travis Howell 2006-09-23 11:55:52 +00:00
parent a0e6154340
commit ab6d6056fe

View File

@ -20,9 +20,6 @@
*/
#include "common/stdafx.h"
#if defined(WIN32) && !defined (__SYMBIAN32__)
#include <malloc.h>
#endif
#include "engines/engine.h"
#include "common/util.h"
#include "common/system.h"