aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
diff options
context:
space:
mode:
authorPaul Gilbert2009-05-15 03:52:30 +0000
committerPaul Gilbert2009-05-15 03:52:30 +0000
commitcf62299c4aaee02d8b1461de8a424872e894ba08 (patch)
tree60beb678255dbaf8f53f0499bf883a9d617ddce3 /engines/cruise
parentfc87b82861e1a942dc887a4b37b9db03b92be14d (diff)
downloadscummvm-rg350-cf62299c4aaee02d8b1461de8a424872e894ba08.tar.gz
scummvm-rg350-cf62299c4aaee02d8b1461de8a424872e894ba08.tar.bz2
scummvm-rg350-cf62299c4aaee02d8b1461de8a424872e894ba08.zip
Removed standard library includes - they were marked with a FIXME to remove, and the current compilation under both MSVC8 and MinGW doesn't seem to need them.
svn-id: r40586
Diffstat (limited to 'engines/cruise')
-rw-r--r--engines/cruise/cruise_main.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/cruise/cruise_main.h b/engines/cruise/cruise_main.h
index a7b12fa043..479f6366be 100644
--- a/engines/cruise/cruise_main.h
+++ b/engines/cruise/cruise_main.h
@@ -26,11 +26,6 @@
#ifndef CRUISE_CRUISE_MAIN_H
#define CRUISE_CRUISE_MAIN_H
-#include <string.h>
-#include <stdlib.h>
-#include <assert.h> // FIXME: WINCE: this is not needed/not portable (probably applies to all above includes)
-
-
#include "common/scummsys.h"
#include "common/savefile.h"