[Scummvm-cvs-logs] CVS: scummvm/bs2 resman.cpp,1.10,1.11 sound.h,1.1,1.2

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


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv508

Modified Files:
	resman.cpp sound.h 
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: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/resman.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- resman.cpp	30 Jul 2003 19:25:29 -0000	1.10
+++ resman.cpp	1 Aug 2003 12:19:01 -0000	1.11
@@ -23,7 +23,8 @@
 
 #include "stdafx.h"
 
-#include "engine.h"
+#include "common/engine.h"
+#include "common/file.h"
 
 #include "driver/driver96.h"
 #include "build_display.h"

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sound.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound.h	28 Jul 2003 01:44:38 -0000	1.1
+++ sound.h	1 Aug 2003 12:19:01 -0000	1.2
@@ -30,7 +30,7 @@
 #ifndef SOUND_H
 #define SOUND_H
 
-#include "scummsys.h"
+#include "common/scummsys.h"
 
 // fx types
 #define FX_SPOT		0





More information about the Scummvm-git-logs mailing list