diff options
-rw-r--r-- | common/scummsys.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index d0d9d21996..3caeab9ee0 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -346,7 +346,7 @@ #define SCUMM_BIG_ENDIAN #define SCUMM_NEED_ALIGNMENT -#elif defined (__DS__) //NeilM +#elif defined (__DS__) #define scumm_stricmp stricmp #define scumm_strnicmp strnicmp @@ -354,8 +354,6 @@ #define SCUMM_NEED_ALIGNMENT #define SCUMM_LITTLE_ENDIAN - #include "nds/jtypes.h" - #define SCUMMVM_DONT_DEFINE_TYPES #define STRINGBUFLEN 256 |