[Scummvm-cvs-logs] SF.net SVN: scummvm: [25178] scummvm/trunk/engines

sev at users.sourceforge.net sev at users.sourceforge.net
Thu Jan 25 02:05:26 CET 2007


Revision: 25178
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25178&view=rev
Author:   sev
Date:     2007-01-24 17:05:25 -0800 (Wed, 24 Jan 2007)

Log Message:
-----------
Reduce #include dependencies

Modified Paths:
--------------
    scummvm/trunk/engines/agos/game.cpp
    scummvm/trunk/engines/cine/detection.cpp
    scummvm/trunk/engines/kyra/plugin.cpp
    scummvm/trunk/engines/parallaction/detection.cpp
    scummvm/trunk/engines/saga/game.cpp

Modified: scummvm/trunk/engines/agos/game.cpp
===================================================================
--- scummvm/trunk/engines/agos/game.cpp	2007-01-25 01:01:01 UTC (rev 25177)
+++ scummvm/trunk/engines/agos/game.cpp	2007-01-25 01:05:25 UTC (rev 25178)
@@ -26,9 +26,6 @@
 #include "base/plugins.h"
 
 #include "common/advancedDetector.h"
-#include "common/config-manager.h"
-#include "common/file.h"
-#include "common/fs.h"
 
 #include "agos/agos.h"
 

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2007-01-25 01:01:01 UTC (rev 25177)
+++ scummvm/trunk/engines/cine/detection.cpp	2007-01-25 01:05:25 UTC (rev 25178)
@@ -27,7 +27,6 @@
 #include "base/plugins.h"
 
 #include "common/advancedDetector.h"
-#include "common/file.h"
 
 #include "cine/cine.h"
 

Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp	2007-01-25 01:01:01 UTC (rev 25177)
+++ scummvm/trunk/engines/kyra/plugin.cpp	2007-01-25 01:05:25 UTC (rev 25178)
@@ -24,8 +24,6 @@
 #include "kyra/kyra3.h"
 
 #include "common/config-manager.h"
-#include "common/fs.h"
-#include "common/system.h"
 #include "common/advancedDetector.h"
 
 #include "base/plugins.h"

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2007-01-25 01:01:01 UTC (rev 25177)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2007-01-25 01:05:25 UTC (rev 25178)
@@ -25,7 +25,6 @@
 #include "base/plugins.h"
 
 #include "common/advancedDetector.h"
-#include "common/file.h"
 
 #include "parallaction/parallaction.h"
 

Modified: scummvm/trunk/engines/saga/game.cpp
===================================================================
--- scummvm/trunk/engines/saga/game.cpp	2007-01-25 01:01:01 UTC (rev 25177)
+++ scummvm/trunk/engines/saga/game.cpp	2007-01-25 01:05:25 UTC (rev 25178)
@@ -26,11 +26,8 @@
 
 #include "saga/saga.h"
 
-#include "common/file.h"
-#include "common/fs.h"
 #include "common/config-manager.h"
 #include "common/advancedDetector.h"
-#include "base/plugins.h"
 
 #include "saga/rscfile.h"
 #include "saga/interface.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list