[Scummvm-cvs-logs] CVS: scummvm/saga render.cpp,1.48,1.49 saga.cpp,1.85,1.86

Max Horn fingolfin at users.sourceforge.net
Mon Jan 10 14:09:08 CET 2005


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

Modified Files:
	render.cpp saga.cpp 
Log Message:
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)

Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/render.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- render.cpp	9 Jan 2005 23:41:22 -0000	1.48
+++ render.cpp	10 Jan 2005 22:05:40 -0000	1.49
@@ -35,7 +35,9 @@
 #include "saga/objectmap.h"
 
 #include "saga/render.h"
-#include <common/timer.h>
+
+#include "common/timer.h"
+#include "common/system.h"
 
 namespace Saga {
 

Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- saga.cpp	9 Jan 2005 23:41:22 -0000	1.85
+++ saga.cpp	10 Jan 2005 22:05:41 -0000	1.86
@@ -26,9 +26,11 @@
 #include "base/plugins.h"
 #include "backends/fs/fs.h"
 
-#include "sound/mixer.h"
 #include "common/file.h"
 #include "common/config-manager.h"
+#include "common/system.h"
+
+#include "sound/mixer.h"
 
 #include "saga/saga.h"
 





More information about the Scummvm-git-logs mailing list