From 84e290eade13bfdff1e866d058af447893bee321 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 15 Feb 2013 22:20:24 +0100 Subject: HOPKINS: Reorder includes --- engines/hopkins/computer.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'engines/hopkins/computer.cpp') 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() { -- cgit v1.2.3