diff options
author | Filippos Karapetis | 2018-12-27 16:22:21 +0200 |
---|---|---|
committer | Filippos Karapetis | 2018-12-28 13:41:39 +0200 |
commit | d96f9428b396be5342bfb0bdfe38a810a22e22fd (patch) | |
tree | dda487b50f293ed7978d9651efeea543af035a9a /engines/glk/alan2/execute.cpp | |
parent | c6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9 (diff) | |
download | scummvm-rg350-d96f9428b396be5342bfb0bdfe38a810a22e22fd.tar.gz scummvm-rg350-d96f9428b396be5342bfb0bdfe38a810a22e22fd.tar.bz2 scummvm-rg350-d96f9428b396be5342bfb0bdfe38a810a22e22fd.zip |
GLK: ALAN2: Formatting fixes
Diffstat (limited to 'engines/glk/alan2/execute.cpp')
-rw-r--r-- | engines/glk/alan2/execute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/execute.cpp b/engines/glk/alan2/execute.cpp index 5b81b303d9..c60d927e98 100644 --- a/engines/glk/alan2/execute.cpp +++ b/engines/glk/alan2/execute.cpp @@ -22,6 +22,7 @@ #include "common/stack.h" #include "glk/alan2/alan2.h" +#include "glk/alan2/decode.h" #include "glk/alan2/execute.h" #include "glk/alan2/interpreter.h" #include "glk/alan2/saveload.h" @@ -29,7 +30,6 @@ #include "glk/alan2/util.h" #include "common/debug.h" #include "common/file.h" -#include "decode.h" namespace Glk { namespace Alan2 { |