From 6845f25f541707786f81dded25485c4ff5c8d62d Mon Sep 17 00:00:00 2001 From: athrxx Date: Sat, 30 Apr 2011 15:56:18 +0200 Subject: SCUMM: Adapt code to latest FM-TOWNS audio driver changes --- audio/softsynth/fmtowns_pc98/towns_midi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/softsynth') 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 { -- cgit v1.2.3