aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq
diff options
context:
space:
mode:
authorMax Horn2009-03-01 06:17:52 +0000
committerMax Horn2009-03-01 06:17:52 +0000
commit7ee049ab8f24500171ec56233d686e241ccf52c5 (patch)
tree9393738f7d6c68e116c74b50d3e8d03727c3ab90 /engines/sci/sfx/softseq
parentd0c477e9305c8b4ff66077233a8a494d9ede4c75 (diff)
downloadscummvm-rg350-7ee049ab8f24500171ec56233d686e241ccf52c5.tar.gz
scummvm-rg350-7ee049ab8f24500171ec56233d686e241ccf52c5.tar.bz2
scummvm-rg350-7ee049ab8f24500171ec56233d686e241ccf52c5.zip
SCI: Forgot to commit a couple files after renaming sfx headers
svn-id: r39010
Diffstat (limited to 'engines/sci/sfx/softseq')
-rw-r--r--engines/sci/sfx/softseq/opl2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp
index 945e47308c..71f6dbe186 100644
--- a/engines/sci/sfx/softseq/opl2.cpp
+++ b/engines/sci/sfx/softseq/opl2.cpp
@@ -43,7 +43,7 @@
***************************************************************************/
#include "sci/tools.h"
-#include "sci/sfx/sfx_iterator.h"
+#include "sci/sfx/iterator.h"
#include "../softseq.h"
#include "../adlib.h"