diff options
| author | Eugene Sandulenko | 2011-08-05 13:33:42 +0100 |
|---|---|---|
| committer | Eugene Sandulenko | 2011-08-06 11:30:42 +0100 |
| commit | 0dafa7f80fbc271e599092e81655d8073ab91abe (patch) | |
| tree | 1d33034c8c8dc5258417431c6023567a4501be6f /engines/groovie | |
| parent | 6e795a89b0d45c79f99dcd9d50fda467e9a2466e (diff) | |
| download | scummvm-rg350-0dafa7f80fbc271e599092e81655d8073ab91abe.tar.gz scummvm-rg350-0dafa7f80fbc271e599092e81655d8073ab91abe.tar.bz2 scummvm-rg350-0dafa7f80fbc271e599092e81655d8073ab91abe.zip | |
ALL: Reduce audio/ header dependency
Diffstat (limited to 'engines/groovie')
| -rw-r--r-- | engines/groovie/groovie.cpp | 3 | ||||
| -rw-r--r-- | engines/groovie/music.cpp | 3 | ||||
| -rw-r--r-- | engines/groovie/music.h | 2 | ||||
| -rw-r--r-- | engines/groovie/script.cpp | 3 |
4 files changed, 9 insertions, 2 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index 5f95de649a..f5f02b5cdd 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -20,6 +20,9 @@ * */ +#include "audio/mididrv.h" +#include "audio/mixer.h" + #include "groovie/groovie.h" #include "groovie/cursor.h" #include "groovie/detection.h" diff --git a/engines/groovie/music.cpp b/engines/groovie/music.cpp index 0a812939a6..af929d439b 100644 --- a/engines/groovie/music.cpp +++ b/engines/groovie/music.cpp @@ -20,6 +20,9 @@ * */ +#include "audio/mididrv.h" +#include "audio/mixer.h" + #include "groovie/music.h" #include "groovie/groovie.h" #include "groovie/resource.h" diff --git a/engines/groovie/music.h b/engines/groovie/music.h index 7af482e45d..cc852aa8dc 100644 --- a/engines/groovie/music.h +++ b/engines/groovie/music.h @@ -25,8 +25,6 @@ #include "common/array.h" #include "common/mutex.h" -#include "audio/mididrv.h" -#include "audio/mixer.h" class MidiParser; diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp index 5a24559e8b..9003a58ab8 100644 --- a/engines/groovie/script.cpp +++ b/engines/groovie/script.cpp @@ -20,6 +20,9 @@ * */ +#include "audio/mididrv.h" +#include "audio/mixer.h" + #include "groovie/script.h" #include "groovie/cell.h" #include "groovie/cursor.h" |
