[Scummvm-cvs-logs] CVS: scummvm/common system.cpp,1.19,1.20 system.h,1.83,1.84
Max Horn
fingolfin at users.sourceforge.net
Mon Jan 10 14:19:15 CET 2005
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8399/common
Modified Files:
system.cpp system.h
Log Message:
Reduce dependencies on common/savefile.h from 88 to 14
Index: system.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- system.cpp 10 Jan 2005 21:06:49 -0000 1.19
+++ system.cpp 10 Jan 2005 22:18:37 -0000 1.20
@@ -29,6 +29,7 @@
#include "gui/message.h"
#include "common/config-manager.h"
+#include "common/savefile.h"
#include "common/system.h"
DECLARE_SINGLETON(OSystem);
Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- system.h 10 Jan 2005 22:04:04 -0000 1.83
+++ system.h 10 Jan 2005 22:18:37 -0000 1.84
@@ -24,12 +24,11 @@
#define COMMON_SYSTEM_H
#include "common/scummsys.h"
-#include "common/util.h"
#include "common/mutex.h"
#include "common/rect.h"
-#include "common/savefile.h"
#include "common/singleton.h"
+class SaveFileManager;
/**
* Interface for ScummVM backends. If you want to port ScummVM to a system
More information about the Scummvm-git-logs
mailing list