aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.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/objects.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/objects.cpp')
-rw-r--r--engines/hopkins/objects.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp
index e21eb7f347..bbb2e38ddb 100644
--- a/engines/hopkins/objects.cpp
+++ b/engines/hopkins/objects.cpp
@@ -20,17 +20,19 @@
*
*/
-#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"
#include "hopkins/globals.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 {
ObjectsManager::ObjectsManager() {