diff options
author | BLooperZ | 2019-10-14 21:14:25 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-18 02:02:14 +0100 |
commit | 2a21ef0bb6a3aa22ba2a681f7273364f0c33b7d5 (patch) | |
tree | a8a78e77c34076e989bc78ea6c04a4054559852b | |
parent | d08027ae1f44fdaf0c24594994ba189c59424152 (diff) | |
download | scummvm-rg350-2a21ef0bb6a3aa22ba2a681f7273364f0c33b7d5.tar.gz scummvm-rg350-2a21ef0bb6a3aa22ba2a681f7273364f0c33b7d5.tar.bz2 scummvm-rg350-2a21ef0bb6a3aa22ba2a681f7273364f0c33b7d5.zip |
TOON: order imports
-rw-r--r-- | engines/toon/subtitles.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |