Reduced header dependencies

svn-id: r20743
This commit is contained in:
Max Horn 2006-02-17 15:37:25 +00:00
parent 147c17989a
commit 4ad0b867b3
4 changed files with 2 additions and 4 deletions

View File

@ -25,8 +25,6 @@
#include "base/engine.h"
#include "common/rect.h"
#include "sound/mixer.h"
#include "common/file.h"
class AudioStream;

View File

@ -26,8 +26,8 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/str.h"
#include "common/file.h"
#include "common/list.h"
#include "common/map.h"
#include "kyra/kyra.h"

View File

@ -24,7 +24,6 @@
#define KYRASCREEN_H
#include "common/util.h"
#include <stdarg.h>
class OSystem;

View File

@ -27,6 +27,7 @@
#include "common/scummsys.h"
#include "sound/mididrv.h"
#include "sound/midiparser.h"
#include "sound/mixer.h"
#include "kyra/kyra.h"
class AudioStream;