aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-16 14:51:02 +0000
committerEugene Sandulenko2006-01-16 14:51:02 +0000
commit9b95dba009bb9d3206d8a5723dbda67a77149960 (patch)
tree1f72131bffea7c343b26f5d1de00534274eb0760
parent3c468e23ee284a8a50ea0b77c597d1d9638ab5e2 (diff)
downloadscummvm-rg350-9b95dba009bb9d3206d8a5723dbda67a77149960.tar.gz
scummvm-rg350-9b95dba009bb9d3206d8a5723dbda67a77149960.tar.bz2
scummvm-rg350-9b95dba009bb9d3206d8a5723dbda67a77149960.zip
patch #1406628: "SAGA: Minimize #include dependencies". Thanks a lot Filippos.
svn-id: r20060
-rw-r--r--saga/actor.h1
-rw-r--r--saga/interface.h1
-rw-r--r--saga/music.h1
-rw-r--r--saga/rscfile.h1
-rw-r--r--saga/saga.h4
5 files changed, 0 insertions, 8 deletions
diff --git a/saga/actor.h b/saga/actor.h
index cf32cfb0ba..dba3ddb625 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -26,7 +26,6 @@
#ifndef SAGA_ACTOR_H__
#define SAGA_ACTOR_H__
-#include "common/file.h"
#include "common/savefile.h"
#include "saga/sprite.h"
diff --git a/saga/interface.h b/saga/interface.h
index 67c860ae29..a3ae9e4511 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -26,7 +26,6 @@
#ifndef SAGA_INTERFACE_H__
#define SAGA_INTERFACE_H__
-#include "common/file.h"
#include "common/savefile.h"
#include "saga/sprite.h"
diff --git a/saga/music.h b/saga/music.h
index 9b5e1efcd0..dfd88a0870 100644
--- a/saga/music.h
+++ b/saga/music.h
@@ -27,7 +27,6 @@
#define SAGA_MUSIC_H_
#include "sound/audiocd.h"
-#include "sound/mixer.h"
#include "sound/mididrv.h"
#include "sound/midiparser.h"
diff --git a/saga/rscfile.h b/saga/rscfile.h
index 4a813a7d8b..d3c7e81f0f 100644
--- a/saga/rscfile.h
+++ b/saga/rscfile.h
@@ -26,7 +26,6 @@
#ifndef SAGA_RSCFILE_H__
#define SAGA_RSCFILE_H__
-#include "backends/fs/fs.h"
#include "common/file.h"
namespace Saga {
diff --git a/saga/saga.h b/saga/saga.h
index cceadb7d16..349707a4f5 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -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"