From 9b95dba009bb9d3206d8a5723dbda67a77149960 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 16 Jan 2006 14:51:02 +0000 Subject: patch #1406628: "SAGA: Minimize #include dependencies". Thanks a lot Filippos. svn-id: r20060 --- saga/actor.h | 1 - saga/interface.h | 1 - saga/music.h | 1 - saga/rscfile.h | 1 - saga/saga.h | 4 ---- 5 files changed, 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" -- cgit v1.2.3