aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.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/graphics.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/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index ccdd8adb36..61af620769 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -20,16 +20,18 @@
*
*/
+#include "hopkins/graphics.h"
+
+#include "hopkins/files.h"
+#include "hopkins/globals.h"
+#include "hopkins/hopkins.h"
+
#include "common/system.h"
#include "graphics/palette.h"
#include "graphics/decoders/pcx.h"
#include "common/file.h"
#include "common/rect.h"
#include "engines/util.h"
-#include "hopkins/files.h"
-#include "hopkins/globals.h"
-#include "hopkins/graphics.h"
-#include "hopkins/hopkins.h"
namespace Hopkins {