aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2017-07-23 15:11:54 +0200
committerWillem Jan Palenstijn2017-07-23 15:14:08 +0200
commit7fcfb4214ed02cec1c01b28632dcef4cffee6669 (patch)
treefb47d1965fd6db2437bcb1c51c9dc11f22fbe63c
parentbc952807ecc73cf827a779adf1704bffe8a1db2f (diff)
downloadscummvm-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.
-rw-r--r--engines/mohawk/video.cpp2
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"