[Scummvm-git-logs] scummvm master -> e83586006a76d1a32c39764b5c71189c2a56e1d2

criezy criezy at scummvm.org
Sun Oct 11 00:51:38 UTC 2020


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:
e83586006a IOS7: Remove include that is no longer needed


Commit: e83586006a76d1a32c39764b5c71189c2a56e1d2
    https://github.com/scummvm/scummvm/commit/e83586006a76d1a32c39764b5c71189c2a56e1d2
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-10-11T01:44:39+01:00

Commit Message:
IOS7: Remove include that is no longer needed

This fixes the compilation because of common/types.h that defines
YES and NO which are already defined in Objective-C.

Changed paths:
    backends/platform/ios7/ios7_video.mm


diff --git a/backends/platform/ios7/ios7_video.mm b/backends/platform/ios7/ios7_video.mm
index cad34d97a5..d071e07786 100644
--- a/backends/platform/ios7/ios7_video.mm
+++ b/backends/platform/ios7/ios7_video.mm
@@ -26,7 +26,6 @@
 #include "backends/platform/ios7/ios7_video.h"
 
 #include "graphics/colormasks.h"
-#include "common/system.h"
 #include "backends/platform/ios7/ios7_app_delegate.h"
 
 static int g_needsScreenUpdate = 0;




More information about the Scummvm-git-logs mailing list