aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/hopkins.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/hopkins.h')
-rw-r--r--engines/hopkins/hopkins.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index e058ce36c0..d3e735df10 100644
--- a/engines/hopkins/hopkins.h
+++ b/engines/hopkins/hopkins.h
@@ -23,14 +23,6 @@
#ifndef HOPKINS_HOPKINS_H
#define HOPKINS_HOPKINS_H
-#include "common/scummsys.h"
-#include "common/system.h"
-#include "common/error.h"
-#include "common/random.h"
-#include "common/hash-str.h"
-#include "common/util.h"
-#include "engines/engine.h"
-#include "graphics/surface.h"
#include "hopkins/anim.h"
#include "hopkins/computer.h"
#include "hopkins/debugger.h"
@@ -48,6 +40,15 @@
#include "hopkins/sound.h"
#include "hopkins/talk.h"
+#include "common/scummsys.h"
+#include "common/system.h"
+#include "common/error.h"
+#include "common/random.h"
+#include "common/hash-str.h"
+#include "common/util.h"
+#include "engines/engine.h"
+#include "graphics/surface.h"
+
/**
* This is the namespace of the Hopkins engine.
*