aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/detection.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-15 22:20:24 +0100
committerStrangerke2013-02-15 22:20:24 +0100
commit84e290eade13bfdff1e866d058af447893bee321 (patch)
tree88497e3955db54126525f2942bfe6eb7f77fd5be /engines/hopkins/detection.cpp
parentbda951c5e2785cba6289123327c0cda9ab3f82a7 (diff)
downloadscummvm-rg350-84e290eade13bfdff1e866d058af447893bee321.tar.gz
scummvm-rg350-84e290eade13bfdff1e866d058af447893bee321.tar.bz2
scummvm-rg350-84e290eade13bfdff1e866d058af447893bee321.zip
HOPKINS: Reorder includes
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 {