From 970745e60c41286ff2dc1a448a5e6c39e4581671 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 May 2010 11:59:22 +0000 Subject: Move DebugChannel related code to new header svn-id: r48935 --- engines/agi/agi.cpp | 1 + engines/agi/preagi.cpp | 1 + engines/cine/cine.cpp | 1 + engines/cruise/cruise.cpp | 1 + engines/draci/draci.cpp | 1 + engines/gob/gob.cpp | 1 + engines/groovie/debug.cpp | 2 ++ engines/groovie/groovie.cpp | 1 + engines/groovie/script.cpp | 1 + engines/kyra/kyra_lok.cpp | 1 + engines/kyra/kyra_v1.cpp | 1 + engines/lure/lure.cpp | 1 + engines/m4/m4.cpp | 1 + engines/mohawk/myst.cpp | 1 + engines/parallaction/parallaction.cpp | 1 + engines/sci/decompressor.cpp | 1 + engines/sci/engine/kpathing.cpp | 1 + engines/sci/engine/vm.cpp | 1 + engines/sci/sci.cpp | 2 +- engines/scumm/debugger.cpp | 2 +- engines/scumm/scumm.cpp | 1 + engines/tinsel/tinsel.cpp | 1 + engines/touche/touche.cpp | 1 + 23 files changed, 24 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp index 561989ee66..c2c6d10bfe 100644 --- a/engines/agi/agi.cpp +++ b/engines/agi/agi.cpp @@ -29,6 +29,7 @@ #include "common/file.h" #include "common/savefile.h" #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/random.h" #include "engines/util.h" diff --git a/engines/agi/preagi.cpp b/engines/agi/preagi.cpp index 76fe901705..35285798d4 100644 --- a/engines/agi/preagi.cpp +++ b/engines/agi/preagi.cpp @@ -24,6 +24,7 @@ */ #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/random.h" #include "sound/mididrv.h" diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp index b91efb58db..c33349173a 100644 --- a/engines/cine/cine.cpp +++ b/engines/cine/cine.cpp @@ -28,6 +28,7 @@ #include "common/file.h" #include "common/savefile.h" #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/system.h" #include "engines/util.h" diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp index c91dfdd540..e6d0359059 100644 --- a/engines/cruise/cruise.cpp +++ b/engines/cruise/cruise.cpp @@ -28,6 +28,7 @@ #include "common/file.h" #include "common/savefile.h" #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/system.h" #include "engines/util.h" diff --git a/engines/draci/draci.cpp b/engines/draci/draci.cpp index 5fbad40a4f..cbf878279b 100644 --- a/engines/draci/draci.cpp +++ b/engines/draci/draci.cpp @@ -26,6 +26,7 @@ #include "common/scummsys.h" #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/events.h" #include "common/file.h" #include "common/keyboard.h" diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index ca6266e321..e3472e9fe1 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -23,6 +23,7 @@ * */ +#include "common/debug-channels.h" #include "common/endian.h" #include "common/events.h" #include "common/EventRecorder.h" 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" 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" diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp index 45e207f0da..310480d2e1 100644 --- a/engines/lure/lure.cpp +++ b/engines/lure/lure.cpp @@ -24,6 +24,7 @@ */ #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/system.h" #include "common/savefile.h" #include "common/EventRecorder.h" diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp index 37666f6880..33a2fe6b68 100644 --- a/engines/m4/m4.cpp +++ b/engines/m4/m4.cpp @@ -58,6 +58,7 @@ #include "common/endian.h" #include "common/system.h" #include "common/config-manager.h" +#include "common/debug-channels.h" #include "engines/util.h" #include "graphics/surface.h" #include "sound/mididrv.h" diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp index ab55552ef4..d1ef3b2137 100644 --- a/engines/mohawk/myst.cpp +++ b/engines/mohawk/myst.cpp @@ -24,6 +24,7 @@ */ #include "common/config-manager.h" +#include "common/debug-channels.h" #include "mohawk/graphics.h" #include "mohawk/myst.h" diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp index a529c7fb46..67d081120e 100644 --- a/engines/parallaction/parallaction.cpp +++ b/engines/parallaction/parallaction.cpp @@ -24,6 +24,7 @@ */ #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/events.h" #include "common/EventRecorder.h" #include "common/file.h" diff --git a/engines/sci/decompressor.cpp b/engines/sci/decompressor.cpp index 6ceb4c4f54..84af50b596 100644 --- a/engines/sci/decompressor.cpp +++ b/engines/sci/decompressor.cpp @@ -28,6 +28,7 @@ #include "common/util.h" #include "common/endian.h" #include "common/debug.h" +#include "common/debug-channels.h" #include "common/stream.h" #include "sci/decompressor.h" diff --git a/engines/sci/engine/kpathing.cpp b/engines/sci/engine/kpathing.cpp index 9746bbada1..25d967c247 100644 --- a/engines/sci/engine/kpathing.cpp +++ b/engines/sci/engine/kpathing.cpp @@ -31,6 +31,7 @@ #include "sci/graphics/palette.h" #include "sci/graphics/screen.h" +#include "common/debug-channels.h" #include "common/list.h" #include "common/system.h" diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp index d32b2babc5..3683795a79 100644 --- a/engines/sci/engine/vm.cpp +++ b/engines/sci/engine/vm.cpp @@ -24,6 +24,7 @@ */ #include "common/debug.h" +#include "common/debug-channels.h" #include "common/stack.h" #include "common/config-manager.h" diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index e96bfbad03..36318e1a32 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -23,9 +23,9 @@ * */ - #include "common/system.h" #include "common/config-manager.h" +#include "common/debug-channels.h" #include "engines/advancedDetector.h" #include "engines/util.h" diff --git a/engines/scumm/debugger.cpp b/engines/scumm/debugger.cpp index 035f97350f..a0975839d6 100644 --- a/engines/scumm/debugger.cpp +++ b/engines/scumm/debugger.cpp @@ -23,8 +23,8 @@ * */ - #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/file.h" #include "common/str.h" #include "common/system.h" diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 93d4de6e97..a69ed40e3b 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -24,6 +24,7 @@ */ #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/md5.h" #include "common/events.h" #include "common/EventRecorder.h" diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index 5f012ddff3..8d11efef3c 100644 --- a/engines/tinsel/tinsel.cpp +++ b/engines/tinsel/tinsel.cpp @@ -23,6 +23,7 @@ * */ +#include "common/debug-channels.h" #include "common/endian.h" #include "common/error.h" #include "common/events.h" diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index 9c54f18a79..187e685d06 100644 --- a/engines/touche/touche.cpp +++ b/engines/touche/touche.cpp @@ -25,6 +25,7 @@ #include "common/config-manager.h" +#include "common/debug-channels.h" #include "common/events.h" #include "common/EventRecorder.h" #include "common/system.h" -- cgit v1.2.3