diff options
| author | Max Horn | 2002-08-21 16:07:07 +0000 |
|---|---|---|
| committer | Max Horn | 2002-08-21 16:07:07 +0000 |
| commit | ce46866403fdcc479cf9d67e4d430409b15dadc3 (patch) | |
| tree | 75ebfaa1ed13f549959d76d3ce101c3e66f5451b /simon/midi.cpp | |
| parent | 662256f25dbe43abf67077a804e225738765f009 (diff) | |
| download | scummvm-rg350-ce46866403fdcc479cf9d67e4d430409b15dadc3.tar.gz scummvm-rg350-ce46866403fdcc479cf9d67e4d430409b15dadc3.tar.bz2 scummvm-rg350-ce46866403fdcc479cf9d67e4d430409b15dadc3.zip | |
Initial revision
svn-id: r4785
Diffstat (limited to 'simon/midi.cpp')
| -rw-r--r-- | simon/midi.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp index b9cf3ac867..a55ab0f3ec 100644 --- a/simon/midi.cpp +++ b/simon/midi.cpp @@ -22,10 +22,10 @@ #include "stdafx.h" #include "scummsys.h" -#include "system.h" -#include "../sound/mididrv.h" -#include "../sound/mixer.h" -#include "simon.h" +#include "common/system.h" +#include "sound/mididrv.h" +#include "sound/mixer.h" +#include "simon/simon.h" void MidiPlayer::read_from_file(void *dst, uint size) { |
