From a6c102ba5ce9acb34a5e59cf1686794244e7494f Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 2 Jun 2017 16:57:18 -0700 Subject: [PATCH] msbuild: remove extra zlib include from UICommon --- Source/Core/UICommon/UICommon.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/UICommon/UICommon.vcxproj b/Source/Core/UICommon/UICommon.vcxproj index 210dafc17d..f0c141f623 100644 --- a/Source/Core/UICommon/UICommon.vcxproj +++ b/Source/Core/UICommon/UICommon.vcxproj @@ -37,7 +37,7 @@ - $(ExternalsDir)zlib;$(ExternalsDir)cpp-optparse;%(AdditionalIncludeDirectories) + $(ExternalsDir)cpp-optparse;%(AdditionalIncludeDirectories)