aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/script.cpp')
-rw-r--r--engines/hopkins/script.cpp11
1 files changed, 6 insertions, 5 deletions
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() {