aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
diff options
context:
space:
mode:
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"