From 2a21ef0bb6a3aa22ba2a681f7273364f0c33b7d5 Mon Sep 17 00:00:00 2001 From: BLooperZ Date: Mon, 14 Oct 2019 21:14:25 +0300 Subject: TOON: order imports --- engines/toon/subtitles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon') diff --git a/engines/toon/subtitles.h b/engines/toon/subtitles.h index 14c7c35658..0d2575e78f 100644 --- a/engines/toon/subtitles.h +++ b/engines/toon/subtitles.h @@ -23,8 +23,8 @@ #ifndef TOON_SUBTITLES_H #define TOON_SUBTITLES_H -#include "toon/toon.h" #include "graphics/surface.h" +#include "toon/toon.h" namespace Toon { -- cgit v1.2.3