[Scummvm-cvs-logs] SF.net SVN: scummvm:[53334] scummvm/trunk/engines/sword25/gfx/image/art.h

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:42:39 CEST 2010


Revision: 53334
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53334&view=rev
Author:   sev
Date:     2010-10-12 23:42:39 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Compilation fix

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/image/art.h

Modified: scummvm/trunk/engines/sword25/gfx/image/art.h
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/art.h	2010-10-12 23:42:18 UTC (rev 53333)
+++ scummvm/trunk/engines/sword25/gfx/image/art.h	2010-10-12 23:42:39 UTC (rev 53334)
@@ -23,14 +23,12 @@
 #ifndef __ART_MISC_H__
 #define __ART_MISC_H__
 
-#include "config.h"
+#include "common/scummsys.h"
 
 typedef byte art_u8;
 typedef uint16 art_u16;
 typedef uint32 art_u32;
 
-#include <stdlib.h> /* for malloc, etc. */
-
 /* These aren't, strictly speaking, configuration macros, but they're
    damn handy to have around, and may be worth playing with for
    debugging. */


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