aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorMax Horn2010-05-04 11:59:22 +0000
committerMax Horn2010-05-04 11:59:22 +0000
commit970745e60c41286ff2dc1a448a5e6c39e4581671 (patch)
tree61ba53cd840bb277b36d3c05cc29233f2e0606f5 /engines/groovie
parentb3e404109c31160c978a17ebe497b9bdef9ff51a (diff)
downloadscummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.tar.gz
scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.tar.bz2
scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.zip
Move DebugChannel related code to new header
svn-id: r48935
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/debug.cpp2
-rw-r--r--engines/groovie/groovie.cpp1
-rw-r--r--engines/groovie/script.cpp1
3 files changed, 4 insertions, 0 deletions
diff --git a/engines/groovie/debug.cpp b/engines/groovie/debug.cpp
index 2a4eaf4894..41ebb2fbcd 100644
--- a/engines/groovie/debug.cpp
+++ b/engines/groovie/debug.cpp
@@ -27,6 +27,8 @@
#include "groovie/groovie.h"
#include "groovie/script.h"
+#include "common/debug-channels.h"
+
namespace Groovie {
Debugger::Debugger(GroovieEngine *vm) :
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp
index 0e460a9049..3b83b880d5 100644
--- a/engines/groovie/groovie.cpp
+++ b/engines/groovie/groovie.cpp
@@ -24,6 +24,7 @@
*/
#include "common/config-manager.h"
+#include "common/debug-channels.h"
#include "common/events.h"
#include "engines/util.h"
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 2ff14f2706..c7c7f21738 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -31,6 +31,7 @@
#include "groovie/saveload.h"
#include "common/config-manager.h"
+#include "common/debug-channels.h"
#include "common/endian.h"
#include "common/events.h"
#include "common/EventRecorder.h"