[Scummvm-cvs-logs] CVS: scummvm/saga actor.h,1.104,1.105 interface.h,1.82,1.83 music.h,1.28,1.29 rscfile.h,1.22,1.23 saga.h,1.139,1.140

Eugene Sandulenko sev at users.sourceforge.net
Mon Jan 16 06:52:01 CET 2006


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

Modified Files:
	actor.h interface.h music.h rscfile.h saga.h 
Log Message:
patch #1406628: "SAGA: Minimize #include dependencies". Thanks a lot Filippos.


Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.h,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- actor.h	16 Jan 2006 13:30:53 -0000	1.104
+++ actor.h	16 Jan 2006 14:51:02 -0000	1.105
@@ -26,7 +26,6 @@
 #ifndef SAGA_ACTOR_H__
 #define SAGA_ACTOR_H__
 
-#include "common/file.h"
 #include "common/savefile.h"
 
 #include "saga/sprite.h"

Index: interface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- interface.h	13 Jan 2006 20:20:01 -0000	1.82
+++ interface.h	16 Jan 2006 14:51:02 -0000	1.83
@@ -26,7 +26,6 @@
 #ifndef SAGA_INTERFACE_H__
 #define SAGA_INTERFACE_H__
 
-#include "common/file.h"
 #include "common/savefile.h"
 
 #include "saga/sprite.h"

Index: music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/music.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- music.h	18 Oct 2005 01:30:19 -0000	1.28
+++ music.h	16 Jan 2006 14:51:02 -0000	1.29
@@ -27,7 +27,6 @@
 #define SAGA_MUSIC_H_
 
 #include "sound/audiocd.h"
-#include "sound/mixer.h"
 #include "sound/mididrv.h"
 #include "sound/midiparser.h"
 

Index: rscfile.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- rscfile.h	18 Oct 2005 01:30:19 -0000	1.22
+++ rscfile.h	16 Jan 2006 14:51:02 -0000	1.23
@@ -26,7 +26,6 @@
 #ifndef SAGA_RSCFILE_H__
 #define SAGA_RSCFILE_H__
 
-#include "backends/fs/fs.h"
 #include "common/file.h"
 
 namespace Saga {

Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- saga.h	26 Nov 2005 12:08:05 -0000	1.139
+++ saga.h	16 Jan 2006 14:51:02 -0000	1.140
@@ -24,14 +24,10 @@
 #ifndef SAGA_H
 #define SAGA_H
 
-#include "common/stdafx.h"
-#include "common/scummsys.h"
 #include "base/engine.h"
-#include "base/gameDetector.h"
 #include "base/plugins.h"
 
 #include "common/stream.h"
-#include "common/rect.h"
 
 #include "saga/gfx.h"
 #include "saga/list.h"





More information about the Scummvm-git-logs mailing list