From 81f10baa68d36f42f4988b971dff312439906a2f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 11 Sep 2003 10:32:15 +0000 Subject: cleanup svn-id: r10169 --- scumm/debugger.cpp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'scumm/debugger.cpp') 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" -- cgit v1.2.3