aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/font.cpp')
-rw-r--r--engines/hopkins/font.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/hopkins/font.cpp b/engines/hopkins/font.cpp
index 83237846a2..3343c2fd10 100644
--- a/engines/hopkins/font.cpp
+++ b/engines/hopkins/font.cpp
@@ -20,16 +20,18 @@
*
*/
-#include "common/system.h"
-#include "common/file.h"
-#include "common/textconsole.h"
#include "hopkins/font.h"
+
#include "hopkins/files.h"
#include "hopkins/globals.h"
#include "hopkins/graphics.h"
#include "hopkins/hopkins.h"
#include "hopkins/objects.h"
+#include "common/system.h"
+#include "common/file.h"
+#include "common/textconsole.h"
+
namespace Hopkins {
FontManager::FontManager() {