From 2e6013947df83d3364073d971cdce7325297c889 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 18 Dec 2009 18:32:09 +0000 Subject: Moved the interface class for the the custom SCI MIDI drivers together with the actual driver implementation code svn-id: r46414 --- engines/sci/sfx/seq/instrument-map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sfx/seq') diff --git a/engines/sci/sfx/seq/instrument-map.cpp b/engines/sci/sfx/seq/instrument-map.cpp index 2246d517db..3c16780c9a 100644 --- a/engines/sci/sfx/seq/instrument-map.cpp +++ b/engines/sci/sfx/seq/instrument-map.cpp @@ -24,7 +24,7 @@ */ #include "common/scummsys.h" -#include "sci/sfx/sci_midi.h" +#include "sci/sfx/softseq/mididriver.h" #include "sci/sfx/seq/instrument-map.h" #include "sci/sfx/core.h" -- cgit v1.2.3