aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/iterator/core.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2010-01-21 16:27:29 +0000
committerWalter van Niftrik2010-01-21 16:27:29 +0000
commit208dbf1d9ad1bcb6e365d5ce9092de962d1d5cd9 (patch)
treee589aad09debd6c8a35e8c0d01e43604d5e0b2d4 /engines/sci/sound/iterator/core.cpp
parent9f5e50c1304a8097a70761cc3e3c5eee7a4e3044 (diff)
downloadscummvm-rg350-208dbf1d9ad1bcb6e365d5ce9092de962d1d5cd9.tar.gz
scummvm-rg350-208dbf1d9ad1bcb6e365d5ce9092de962d1d5cd9.tar.bz2
scummvm-rg350-208dbf1d9ad1bcb6e365d5ce9092de962d1d5cd9.zip
SCI: Renamed softseq/ to drivers/
svn-id: r47418
Diffstat (limited to 'engines/sci/sound/iterator/core.cpp')
-rw-r--r--engines/sci/sound/iterator/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/iterator/core.cpp b/engines/sci/sound/iterator/core.cpp
index 1a53333e4e..c2c110a121 100644
--- a/engines/sci/sound/iterator/core.cpp
+++ b/engines/sci/sound/iterator/core.cpp
@@ -30,7 +30,7 @@
#include "sci/sound/iterator/core.h"
#include "sci/sound/iterator/iterator.h"
-#include "sci/sound/softseq/mididriver.h"
+#include "sci/sound/drivers/mididriver.h"
#include "common/system.h"
#include "common/timer.h"