aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-09-23 11:55:52 +0000
committerTravis Howell2006-09-23 11:55:52 +0000
commitab6d6056fe140468b5f36f02ed66eae58ef985e6 (patch)
tree5e52be3d25c5911bc6074faa4e541b8f23f47c56 /common/util.cpp
parenta0e6154340e3b4b2e0be7ce5b45ae65592798e21 (diff)
downloadscummvm-rg350-ab6d6056fe140468b5f36f02ed66eae58ef985e6.tar.gz
scummvm-rg350-ab6d6056fe140468b5f36f02ed66eae58ef985e6.tar.bz2
scummvm-rg350-ab6d6056fe140468b5f36f02ed66eae58ef985e6.zip
Remove malloc include, which was only used by checkHeap()
svn-id: r23982
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp3
1 files changed, 0 insertions, 3 deletions
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 <malloc.h>
-#endif
#include "engines/engine.h"
#include "common/util.h"
#include "common/system.h"