From ab6d6056fe140468b5f36f02ed66eae58ef985e6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 23 Sep 2006 11:55:52 +0000 Subject: Remove malloc include, which was only used by checkHeap() svn-id: r23982 --- common/util.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index 694bd7fdfb..e3bc306c30 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -20,9 +20,6 @@ */ #include "common/stdafx.h" -#if defined(WIN32) && !defined (__SYMBIAN32__) -#include -#endif #include "engines/engine.h" #include "common/util.h" #include "common/system.h" -- cgit v1.2.3