mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
Reduced header dependencies
svn-id: r20743
This commit is contained in:
parent
147c17989a
commit
4ad0b867b3
@ -25,8 +25,6 @@
|
||||
|
||||
#include "base/engine.h"
|
||||
#include "common/rect.h"
|
||||
#include "sound/mixer.h"
|
||||
#include "common/file.h"
|
||||
|
||||
class AudioStream;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define KYRASCREEN_H
|
||||
|
||||
#include "common/util.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
class OSystem;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user