aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2003-09-18 02:07:18 +0000
committerMax Horn2003-09-18 02:07:18 +0000
commitbe9d4066e147e1f7eebd5b554f11b876f93f3ae9 (patch)
tree98416196bcb39d49d4effb582a6e0bba165249b1 /sound
parentec0d41137ca8bf414f674afd6f6103ad6e9bf0ac (diff)
downloadscummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.gz
scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.bz2
scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.zip
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
svn-id: r10287
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.cpp2
-rw-r--r--sound/mpu401.cpp2
-rw-r--r--sound/rate.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index 2eda39e6f4..83dc9ec460 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -22,7 +22,7 @@
#include "stdafx.h"
#include "audiostream.h"
#include "mixer.h"
-#include "common/engine.h"
+#include "base/engine.h"
#include "common/file.h"
#include "common/util.h"
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp
index b3b09cde86..5277844426 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -20,7 +20,7 @@
#include "stdafx.h"
#include "mpu401.h"
-#include "common/engine.h" // for g_system
+#include "base/engine.h" // for g_system
#include "common/util.h" // for ARRAYSIZE
diff --git a/sound/rate.h b/sound/rate.h
index 364c14f763..f6d0304dcd 100644
--- a/sound/rate.h
+++ b/sound/rate.h
@@ -23,7 +23,7 @@
#define SOUND_RATE_H
#include "common/scummsys.h"
-#include "common/engine.h"
+#include "base/engine.h"
#include "common/util.h"
//#include "sound/audiostream.h"