[Scummvm-cvs-logs] SF.net SVN: scummvm: [23982] scummvm/trunk/common/util.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Sat Sep 23 13:55:59 CEST 2006
Revision: 23982
http://svn.sourceforge.net/scummvm/?rev=23982&view=rev
Author: kirben
Date: 2006-09-23 04:55:52 -0700 (Sat, 23 Sep 2006)
Log Message:
-----------
Remove malloc include, which was only used by checkHeap()
Modified Paths:
--------------
scummvm/trunk/common/util.cpp
Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp 2006-09-23 11:44:05 UTC (rev 23981)
+++ scummvm/trunk/common/util.cpp 2006-09-23 11:55:52 UTC (rev 23982)
@@ -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"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list