aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
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/kyra
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/kyra')
-rw-r--r--engines/kyra/kyra_lok.cpp1
-rw-r--r--engines/kyra/kyra_v1.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra_lok.cpp b/engines/kyra/kyra_lok.cpp
index 4f2246d264..cf61b58326 100644
--- a/engines/kyra/kyra_lok.cpp
+++ b/engines/kyra/kyra_lok.cpp
@@ -29,6 +29,7 @@
#include "common/system.h"
#include "common/savefile.h"
#include "common/config-manager.h"
+#include "common/debug-channels.h"
#include "gui/message.h"
diff --git a/engines/kyra/kyra_v1.cpp b/engines/kyra/kyra_v1.cpp
index e43c4381b8..0b852eb025 100644
--- a/engines/kyra/kyra_v1.cpp
+++ b/engines/kyra/kyra_v1.cpp
@@ -24,6 +24,7 @@
*/
#include "common/config-manager.h"
+#include "common/debug-channels.h"
#include "common/EventRecorder.h"
#include "sound/mididrv.h"