From 84e290eade13bfdff1e866d058af447893bee321 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 15 Feb 2013 22:20:24 +0100 Subject: HOPKINS: Reorder includes --- engines/hopkins/script.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'engines/hopkins/script.cpp') diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp index d4d008bb07..aed99045c4 100644 --- a/engines/hopkins/script.cpp +++ b/engines/hopkins/script.cpp @@ -20,11 +20,6 @@ * */ -#include "common/system.h" -#include "graphics/palette.h" -#include "common/file.h" -#include "common/rect.h" -#include "engines/util.h" #include "hopkins/objects.h" #include "hopkins/dialogs.h" #include "hopkins/files.h" @@ -32,6 +27,12 @@ #include "hopkins/sound.h" #include "hopkins/hopkins.h" +#include "common/system.h" +#include "graphics/palette.h" +#include "common/file.h" +#include "common/rect.h" +#include "engines/util.h" + namespace Hopkins { ScriptManager::ScriptManager() { -- cgit v1.2.3