diff options
-rwxr-xr-x | engines/sword25/gfx/image/art.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 <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. */ |