diff options
author | Willem Jan Palenstijn | 2017-07-23 15:11:54 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2017-07-23 15:14:08 +0200 |
commit | 7fcfb4214ed02cec1c01b28632dcef4cffee6669 (patch) | |
tree | fb47d1965fd6db2437bcb1c51c9dc11f22fbe63c /engines/mohawk | |
parent | bc952807ecc73cf827a779adf1704bffe8a1db2f (diff) | |
download | scummvm-rg350-7fcfb4214ed02cec1c01b28632dcef4cffee6669.tar.gz scummvm-rg350-7fcfb4214ed02cec1c01b28632dcef4cffee6669.tar.bz2 scummvm-rg350-7fcfb4214ed02cec1c01b28632dcef4cffee6669.zip |
MOHAWK: Remove unnecessary include that was breaking some builds
This was breaking builds with the Myst sub-engine disabled.
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/video.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/mohawk/video.cpp b/engines/mohawk/video.cpp index 4aff5b59c8..4354bb5b97 100644 --- a/engines/mohawk/video.cpp +++ b/engines/mohawk/video.cpp @@ -24,8 +24,6 @@ #include "mohawk/resource.h" #include "mohawk/video.h" -#include "mohawk/myst.h" - #include "common/algorithm.h" #include "common/debug.h" #include "common/events.h" |