[Scummvm-cvs-logs] CVS: scummvm/simon midi.cpp,1.51,1.52

Max Horn fingolfin at users.sourceforge.net
Fri Aug 1 05:20:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv592

Modified Files:
	midi.cpp 
Log Message:
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)

Index: midi.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/midi.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- midi.cpp	24 Jul 2003 04:19:42 -0000	1.51
+++ midi.cpp	1 Aug 2003 12:19:17 -0000	1.52
@@ -21,7 +21,7 @@
 
 
 #include "stdafx.h"
-#include "scummsys.h"
+#include "common/scummsys.h"
 #include "common/system.h"
 #include "common/file.h"
 #include "sound/mixer.h"





More information about the Scummvm-git-logs mailing list