aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-25 01:05:25 +0000
committerEugene Sandulenko2007-01-25 01:05:25 +0000
commitbb3cc79bc695eb3210ce9a54fa55262a99d394c9 (patch)
treeafaf78cb268d5a9fbd53539c84c26fb008e463e5 /engines
parent0314bfdb9487f6de5dd4514f98db39e981eafbdb (diff)
downloadscummvm-rg350-bb3cc79bc695eb3210ce9a54fa55262a99d394c9.tar.gz
scummvm-rg350-bb3cc79bc695eb3210ce9a54fa55262a99d394c9.tar.bz2
scummvm-rg350-bb3cc79bc695eb3210ce9a54fa55262a99d394c9.zip
Reduce #include dependencies
svn-id: r25178
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/game.cpp3
-rw-r--r--engines/cine/detection.cpp1
-rw-r--r--engines/kyra/plugin.cpp2
-rw-r--r--engines/parallaction/detection.cpp1
-rw-r--r--engines/saga/game.cpp3
5 files changed, 0 insertions, 10 deletions
diff --git a/engines/agos/game.cpp b/engines/agos/game.cpp
index 263dfa9e7c..319755ea95 100644
--- a/engines/agos/game.cpp
+++ b/engines/agos/game.cpp
@@ -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"
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 3b979c5065..909b414f32 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -27,7 +27,6 @@
#include "base/plugins.h"
#include "common/advancedDetector.h"
-#include "common/file.h"
#include "cine/cine.h"
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp
index 0f4d28f055..f23cc9e4e6 100644
--- a/engines/kyra/plugin.cpp
+++ b/engines/kyra/plugin.cpp
@@ -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"
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index 6201d91b8a..46748e084a 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -25,7 +25,6 @@
#include "base/plugins.h"
#include "common/advancedDetector.h"
-#include "common/file.h"
#include "parallaction/parallaction.h"
diff --git a/engines/saga/game.cpp b/engines/saga/game.cpp
index 36113e022f..0521d8e6d9 100644
--- a/engines/saga/game.cpp
+++ b/engines/saga/game.cpp
@@ -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"