[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.474,1.475

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Dec 17 00:00:01 CET 2004


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4200

Modified Files:
	simon.cpp 
Log Message:
This file no longer needs to include <errno.h>, and from what I understand
we already got the appropriate include for time() through stdafx.h, so we
don't need to include <time.h> either.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.474
retrieving revision 1.475
diff -u -d -r1.474 -r1.475
--- simon.cpp	16 Dec 2004 12:49:25 -0000	1.474
+++ simon.cpp	17 Dec 2004 07:59:05 -0000	1.475
@@ -41,9 +41,6 @@
 
 #include "sound/mididrv.h"
 
-#include <errno.h>
-#include <time.h>
-
 #ifdef __PALM_OS__
 #include "globals.h"
 #endif





More information about the Scummvm-git-logs mailing list