From c5e00f3de2f52db870b329fecdc22dd5149b6553 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Feb 2009 19:01:32 +0000 Subject: SCI: More cleanup svn-id: r38725 --- engines/sci/sfx/seq/instrument-map.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'engines/sci/sfx/seq') diff --git a/engines/sci/sfx/seq/instrument-map.h b/engines/sci/sfx/seq/instrument-map.h index a18bdaff79..deb54fd1f6 100644 --- a/engines/sci/sfx/seq/instrument-map.h +++ b/engines/sci/sfx/seq/instrument-map.h @@ -25,12 +25,11 @@ /* Implementation of SCI instrument maps for GM and MT-32. */ -#ifndef SCI_INSTRUMENT_MAP_ -#define SCI_INSTRUMENT_MAP_ +#ifndef SCI_SFX_SEQ_INSTRUMENT_MAP_H +#define SCI_SFX_SEQ_INSTRUMENT_MAP_H -#include -#include "resource.h" -#include "../device.h" +#include "sci/tools.h" +#include "sci/sfx/device.h" namespace Sci { @@ -130,4 +129,4 @@ sfx_mapped_writer(midi_writer_t *writer, sfx_instrument_map_t *map); } // End of namespace Sci -#endif /* !defined(SCI_INSTRUMENT_MAP_) */ +#endif // SCI_SFX_SEQ_INSTRUMENT_MAP_H -- cgit v1.2.3