diff options
Diffstat (limited to 'engines/titanic/support/image.cpp')
-rw-r--r-- | engines/titanic/support/image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/image.cpp b/engines/titanic/support/image.cpp index 1e936b6940..2da2179af0 100644 --- a/engines/titanic/support/image.cpp +++ b/engines/titanic/support/image.cpp @@ -21,8 +21,8 @@ */ #include "titanic/support/image.h" -#include "titanic/titanic.h" #include "image/bmp.h" +#include "titanic/titanic.h" namespace Titanic { |