aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/seq/instrument-map.cpp
diff options
context:
space:
mode:
authorMax Horn2009-02-24 05:39:10 +0000
committerMax Horn2009-02-24 05:39:10 +0000
commit1e4db221e5fe6867e4558528b0d93db2c1de4170 (patch)
treec7f9e11c2fccd31774fbcd41d3e462935d79816e /engines/sci/sfx/seq/instrument-map.cpp
parent47bc0d787949faab3705d3e04388d6f0d4892609 (diff)
downloadscummvm-rg350-1e4db221e5fe6867e4558528b0d93db2c1de4170.tar.gz
scummvm-rg350-1e4db221e5fe6867e4558528b0d93db2c1de4170.tar.bz2
scummvm-rg350-1e4db221e5fe6867e4558528b0d93db2c1de4170.zip
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
svn-id: r38832
Diffstat (limited to 'engines/sci/sfx/seq/instrument-map.cpp')
-rw-r--r--engines/sci/sfx/seq/instrument-map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/seq/instrument-map.cpp b/engines/sci/sfx/seq/instrument-map.cpp
index 4fd3094745..b24a8c2e0f 100644
--- a/engines/sci/sfx/seq/instrument-map.cpp
+++ b/engines/sci/sfx/seq/instrument-map.cpp
@@ -25,7 +25,7 @@
#include "common/scummsys.h"
#include "sci/include/sci_midi.h"
-#include "sci/include/sci_memory.h"
+#include "sci/sci_memory.h"
#include "sci/sfx/seq/instrument-map.h"
#include "sci/sfx/sfx_engine.h"