[Scummvm-cvs-logs] CVS: scummvm/common system.cpp,1.20,1.21 rect.h,1.22,1.23 config-manager.h,1.22,1.23 config-manager.cpp,1.29,1.30

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


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

Modified Files:
	system.cpp rect.h config-manager.h config-manager.cpp 
Log Message:
Remove some more header dependencies

Index: system.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- system.cpp	10 Jan 2005 22:18:37 -0000	1.20
+++ system.cpp	10 Jan 2005 22:35:43 -0000	1.21
@@ -31,6 +31,7 @@
 #include "common/config-manager.h"
 #include "common/savefile.h"
 #include "common/system.h"
+#include "common/util.h"
 
 DECLARE_SINGLETON(OSystem);
 

Index: rect.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/rect.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- rect.h	1 Jan 2005 16:08:49 -0000	1.22
+++ rect.h	10 Jan 2005 22:35:43 -0000	1.23
@@ -23,7 +23,6 @@
 #define COMMON_RECT_H
 
 #include "common/scummsys.h"
-#include "common/util.h"
 
 namespace Common {
 

Index: config-manager.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- config-manager.h	6 Jan 2005 18:38:33 -0000	1.22
+++ config-manager.h	10 Jan 2005 22:35:43 -0000	1.23
@@ -27,7 +27,6 @@
 #include "common/map.h"
 #include "common/singleton.h"
 #include "common/str.h"
-#include "common/util.h"
 
 namespace Common {
 

Index: config-manager.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- config-manager.cpp	1 Jan 2005 16:08:49 -0000	1.29
+++ config-manager.cpp	10 Jan 2005 22:35:43 -0000	1.30
@@ -23,6 +23,7 @@
 #include "stdafx.h"
 
 #include "common/config-manager.h"
+#include "common/util.h"
 
 DECLARE_SINGLETON(Common::ConfigManager);
 





More information about the Scummvm-git-logs mailing list