aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-11 10:32:15 +0000
committerMax Horn2003-09-11 10:32:15 +0000
commit81f10baa68d36f42f4988b971dff312439906a2f (patch)
treea58d9b322203713d9bc8a0de0531dfcab7c85904 /scumm/debugger.cpp
parenta3bb9f81e0502f66e368b5e58861ffbb5cfdcd41 (diff)
downloadscummvm-rg350-81f10baa68d36f42f4988b971dff312439906a2f.tar.gz
scummvm-rg350-81f10baa68d36f42f4988b971dff312439906a2f.tar.bz2
scummvm-rg350-81f10baa68d36f42f4988b971dff312439906a2f.zip
cleanup
svn-id: r10169
Diffstat (limited to 'scumm/debugger.cpp')
-rw-r--r--scumm/debugger.cpp19
1 files changed, 11 insertions, 8 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index 8b9703b6cf..012dfbfae5 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -19,15 +19,18 @@
*
*/
#include "stdafx.h"
-#include "scumm.h"
-#include "sound.h"
-#include "actor.h"
-#include "boxes.h"
-#include "imuse.h"
-#include "player_v2.h"
-#include "debugger.h"
-#include "common/util.h"
+
#include "common/file.h"
+#include "common/util.h"
+
+#include "scumm/actor.h"
+#include "scumm/boxes.h"
+#include "scumm/debugger.h"
+#include "scumm/imuse.h"
+#include "scumm/object.h"
+#include "scumm/player_v2.h"
+#include "scumm/scumm.h"
+#include "scumm/sound.h"
#if USE_CONSOLE
#include "gui/console.h"