SCI: Remove sound/audio.h include from engine/state.h

svn-id: r48063
This commit is contained in:
Max Horn 2010-02-15 00:20:53 +00:00
parent 384acffeb1
commit 975dbef0e5
5 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,7 @@
#include "sci/engine/message.h"
#include "sci/graphics/gui.h"
#include "sci/graphics/menu.h"
#include "sci/sound/audio.h"
#include "sci/sound/music.h"
namespace Sci {

View File

@ -28,6 +28,7 @@
#include "sci/engine/state.h"
#include "sci/engine/kernel.h"
#include "sci/engine/vm.h" // for Object
#include "sci/sound/audio.h"
#include "sci/sound/soundcmd.h"
#include "sound/mixer.h"

View File

@ -40,7 +40,6 @@ namespace Common {
#include "sci/parser/vocabulary.h"
#include "sci/sound/audio.h"
#ifdef USE_OLD_MUSIC_FUNCTIONS
#include "sci/sound/iterator/core.h"
#endif

View File

@ -27,6 +27,7 @@
#ifndef SCI_AUDIO_H
#define SCI_AUDIO_H
#include "sci/engine/vm_types.h"
#include "sound/mixer.h"
namespace Sci {

View File

@ -30,6 +30,7 @@
#endif
#include "common/config-manager.h"
#include "sci/sound/audio.h"
#include "sci/sound/music.h"
#include "sci/sound/soundcmd.h"