aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/detection.cpp')
-rw-r--r--engines/hopkins/detection.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp
index 7711a053b5..a42597415b 100644
--- a/engines/hopkins/detection.cpp
+++ b/engines/hopkins/detection.cpp
@@ -21,8 +21,9 @@
*
*/
-#include "base/plugins.h"
+#include "hopkins/hopkins.h"
+#include "base/plugins.h"
#include "common/savefile.h"
#include "common/str-array.h"
#include "common/memstream.h"
@@ -31,8 +32,6 @@
#include "graphics/colormasks.h"
#include "graphics/surface.h"
-#include "hopkins/hopkins.h"
-
#define MAX_SAVES 99
namespace Hopkins {