From 25bb8b62430732169614a2dbbe39e7076f9ac6b1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 7 Sep 2010 23:47:47 +0000 Subject: SWORD25: Compilation fix svn-id: r53334 --- engines/sword25/gfx/image/art.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/sword25/gfx/image/art.h') diff --git a/engines/sword25/gfx/image/art.h b/engines/sword25/gfx/image/art.h index 1c0e6a8584..e0b9f7441d 100755 --- a/engines/sword25/gfx/image/art.h +++ b/engines/sword25/gfx/image/art.h @@ -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 /* 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. */ -- cgit v1.2.3