aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/computer.cpp
diff options
context:
space:
mode:
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() {