aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98
diff options
context:
space:
mode:
authorathrxx2011-04-30 15:56:18 +0200
committerWillem Jan Palenstijn2011-05-17 20:24:30 +0200
commit6845f25f541707786f81dded25485c4ff5c8d62d (patch)
treeb05635eb1aa414353e29c72483d448b9278d1b92 /audio/softsynth/fmtowns_pc98
parent63a78593516dc428f77ac01d90bc228fcf01de5d (diff)
downloadscummvm-rg350-6845f25f541707786f81dded25485c4ff5c8d62d.tar.gz
scummvm-rg350-6845f25f541707786f81dded25485c4ff5c8d62d.tar.bz2
scummvm-rg350-6845f25f541707786f81dded25485c4ff5c8d62d.zip
SCUMM: Adapt code to latest FM-TOWNS audio driver changes
Diffstat (limited to 'audio/softsynth/fmtowns_pc98')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h
index 658c5a456b..cc390a260b 100644
--- a/audio/softsynth/fmtowns_pc98/towns_midi.h
+++ b/audio/softsynth/fmtowns_pc98/towns_midi.h
@@ -25,8 +25,8 @@
#ifndef TOWNS_MIDI_H
#define TOWNS_MIDI_H
-#include "audio/mididrv.h"
#include "audio/softsynth/fmtowns_pc98/towns_audio.h"
+#include "audio/mididrv.h"
class MidiChannel_TOWNS;
class MidiDriver_TOWNS : public MidiDriver, public TownsAudioInterfacePluginDriver {