aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx')
-rw-r--r--engines/sci/sfx/adlib.h2
-rw-r--r--engines/sci/sfx/device/devices.cpp2
-rw-r--r--engines/sci/sfx/iterator.cpp2
-rw-r--r--engines/sci/sfx/pcm-iterator.cpp2
-rw-r--r--engines/sci/sfx/seq/sequencers.cpp2
-rw-r--r--engines/sci/sfx/softseq.h2
-rw-r--r--engines/sci/sfx/softseq/amiga.cpp2
-rw-r--r--engines/sci/sfx/softseq/opl2.cpp2
-rw-r--r--engines/sci/sfx/time.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/engines/sci/sfx/adlib.h b/engines/sci/sfx/adlib.h
index 890f573cdf..01f6624cdf 100644
--- a/engines/sci/sfx/adlib.h
+++ b/engines/sci/sfx/adlib.h
@@ -27,7 +27,7 @@
#ifndef _SFX_ADLIB_H_
#define _SFX_ADLIB_H_
-#include "sci/include/resource.h"
+#include "sci/tools.h"
namespace Sci {
diff --git a/engines/sci/sfx/device/devices.cpp b/engines/sci/sfx/device/devices.cpp
index defa5bcef3..c15c6e03a2 100644
--- a/engines/sci/sfx/device/devices.cpp
+++ b/engines/sci/sfx/device/devices.cpp
@@ -29,7 +29,7 @@
#include "../device.h"
#include <stdio.h>
-#include "sci/include/resource.h"
+#include "sci/tools.h"
namespace Sci {
diff --git a/engines/sci/sfx/iterator.cpp b/engines/sci/sfx/iterator.cpp
index 5c6c3cb474..7c98e6d691 100644
--- a/engines/sci/sfx/iterator.cpp
+++ b/engines/sci/sfx/iterator.cpp
@@ -29,7 +29,7 @@
#include "common/util.h"
#include "sci/include/sfx_iterator_internal.h"
#include "sci/include/sfx_player.h"
-#include "sci/include/resource.h"
+#include "sci/tools.h"
#include "sci/include/sci_memory.h"
namespace Sci {
diff --git a/engines/sci/sfx/pcm-iterator.cpp b/engines/sci/sfx/pcm-iterator.cpp
index abb42bc7a7..9c72edfa13 100644
--- a/engines/sci/sfx/pcm-iterator.cpp
+++ b/engines/sci/sfx/pcm-iterator.cpp
@@ -24,7 +24,7 @@
*/
#include "sci/include/sfx_iterator.h"
-#include "sci/include/resource.h" /* for BREAKPOINT */
+#include "sci/tools.h" /* for BREAKPOINT */
#include "sci/include/sci_memory.h"
namespace Sci {
diff --git a/engines/sci/sfx/seq/sequencers.cpp b/engines/sci/sfx/seq/sequencers.cpp
index ce73beab0f..1a0cd68c2d 100644
--- a/engines/sci/sfx/seq/sequencers.cpp
+++ b/engines/sci/sfx/seq/sequencers.cpp
@@ -24,7 +24,7 @@
*/
#include "../sequencer.h"
-#include "sci/include/resource.h"
+#include "sci/tools.h"
namespace Sci {
diff --git a/engines/sci/sfx/softseq.h b/engines/sci/sfx/softseq.h
index 39cb73e4e7..71b296fda6 100644
--- a/engines/sci/sfx/softseq.h
+++ b/engines/sci/sfx/softseq.h
@@ -29,7 +29,7 @@
#include "sci/include/sfx_core.h"
#include "sci/include/sfx_pcm.h"
#include "sci/sfx/sequencer.h"
-#include "sci/include/resource.h"
+#include "sci/tools.h"
namespace Sci {
diff --git a/engines/sci/sfx/softseq/amiga.cpp b/engines/sci/sfx/softseq/amiga.cpp
index 4ceb0d311e..643d3092bd 100644
--- a/engines/sci/sfx/softseq/amiga.cpp
+++ b/engines/sci/sfx/softseq/amiga.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "sci/include/resource.h"
+#include "sci/tools.h"
#include "sci/include/sci_memory.h"
#include "sci/sfx/softseq.h"
diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp
index 2986917b7a..1de9bd4659 100644
--- a/engines/sci/sfx/softseq/opl2.cpp
+++ b/engines/sci/sfx/softseq/opl2.cpp
@@ -42,7 +42,7 @@
***************************************************************************/
-#include "sci/include/resource.h"
+#include "sci/tools.h"
#include "sci/include/sfx_iterator.h"
#include "../softseq.h"
#include "../adlib.h"
diff --git a/engines/sci/sfx/time.cpp b/engines/sci/sfx/time.cpp
index 42af86dacf..418343584a 100644
--- a/engines/sci/sfx/time.cpp
+++ b/engines/sci/sfx/time.cpp
@@ -24,7 +24,7 @@
*/
#include "sci/include/sfx_time.h"
-#include "sci/include/resource.h"
+#include "sci/tools.h"
namespace Sci {