diff options
author | Ori Avtalion | 2011-04-28 21:05:40 +0300 |
---|---|---|
committer | Ori Avtalion | 2011-04-28 21:05:40 +0300 |
commit | bf159468164076282bf0f59b7d8f16a23c98cfc2 (patch) | |
tree | a2e8402e64678585039a2b77b03e7f4751b5dff5 /engines | |
parent | ca236589082bd3e748610f101f54de26eb90ebd9 (diff) | |
download | scummvm-rg350-bf159468164076282bf0f59b7d8f16a23c98cfc2.tar.gz scummvm-rg350-bf159468164076282bf0f59b7d8f16a23c98cfc2.tar.bz2 scummvm-rg350-bf159468164076282bf0f59b7d8f16a23c98cfc2.zip |
MOHAWK: Remove duplicate #include
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/graphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/graphics.cpp b/engines/mohawk/graphics.cpp index ac45efdee0..fe054989ea 100644 --- a/engines/mohawk/graphics.cpp +++ b/engines/mohawk/graphics.cpp @@ -32,7 +32,6 @@ #include "common/textconsole.h" #include "engines/util.h" #include "graphics/palette.h" -#include "graphics/palette.h" #include "graphics/primitives.h" #include "gui/message.h" |