aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/computer.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/computer.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/computer.cpp')
-rw-r--r--engines/hopkins/computer.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp
index 6a4459857e..7d664acee9 100644
--- a/engines/hopkins/computer.cpp
+++ b/engines/hopkins/computer.cpp
@@ -20,10 +20,8 @@
*
*/
-#include "common/system.h"
-#include "common/file.h"
-#include "common/textconsole.h"
#include "hopkins/computer.h"
+
#include "hopkins/font.h"
#include "hopkins/files.h"
#include "hopkins/globals.h"
@@ -31,6 +29,10 @@
#include "hopkins/hopkins.h"
#include "hopkins/objects.h"
+#include "common/system.h"
+#include "common/file.h"
+#include "common/textconsole.h"
+
namespace Hopkins {
ComputerManager::ComputerManager() {