[Scummvm-git-logs] scummvm master -> 7fcfb4214ed02cec1c01b28632dcef4cffee6669

wjp wjp at usecode.org
Sun Jul 23 15:15:05 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7fcfb4214e MOHAWK: Remove unnecessary include that was breaking some builds


Commit: 7fcfb4214ed02cec1c01b28632dcef4cffee6669
    https://github.com/scummvm/scummvm/commit/7fcfb4214ed02cec1c01b28632dcef4cffee6669
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2017-07-23T15:14:08+02:00

Commit Message:
MOHAWK: Remove unnecessary include that was breaking some builds

This was breaking builds with the Myst sub-engine disabled.

Changed paths:
    engines/mohawk/video.cpp


diff --git a/engines/mohawk/video.cpp b/engines/mohawk/video.cpp
index 4aff5b5..4354bb5 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"





More information about the Scummvm-git-logs mailing list