[Scummvm-cvs-logs] SF.net SVN: scummvm:[40586] scummvm/trunk/engines/cruise/cruise_main.h

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Fri May 15 05:52:30 CEST 2009


Revision: 40586
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40586&view=rev
Author:   dreammaster
Date:     2009-05-15 03:52:30 +0000 (Fri, 15 May 2009)

Log Message:
-----------
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.

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/cruise_main.h

Modified: scummvm/trunk/engines/cruise/cruise_main.h
===================================================================
--- scummvm/trunk/engines/cruise/cruise_main.h	2009-05-15 02:18:51 UTC (rev 40585)
+++ scummvm/trunk/engines/cruise/cruise_main.h	2009-05-15 03:52:30 UTC (rev 40586)
@@ -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"
 


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