Reduce #include dependencies

svn-id: r25178
This commit is contained in:
Eugene Sandulenko 2007-01-25 01:05:25 +00:00
parent 0314bfdb94
commit bb3cc79bc6
5 changed files with 0 additions and 10 deletions

View file

@ -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"

View file

@ -27,7 +27,6 @@
#include "base/plugins.h"
#include "common/advancedDetector.h"
#include "common/file.h"
#include "cine/cine.h"

View file

@ -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"

View file

@ -25,7 +25,6 @@
#include "base/plugins.h"
#include "common/advancedDetector.h"
#include "common/file.h"
#include "parallaction/parallaction.h"

View file

@ -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"