[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.472.2.2,1.472.2.3

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Dec 16 23:54:59 CET 2004


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

Modified Files:
      Tag: release-0-7-0
	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.472.2.2
retrieving revision 1.472.2.3
diff -u -d -r1.472.2.2 -r1.472.2.3
--- simon.cpp	16 Dec 2004 12:51:17 -0000	1.472.2.2
+++ simon.cpp	17 Dec 2004 07:54:15 -0000	1.472.2.3
@@ -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