From 25380f6f81a7291c9cf7f340f06780b716744b1c Mon Sep 17 00:00:00 2001 From: Jeff Genovy Date: Mon, 14 Jan 2019 13:53:44 -0800 Subject: [PATCH] ICU-20352 Remove unneeded UWP includes for WRL and Windows.Globalization.h from putil.cpp --- icu4c/source/common/putil.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index 769309b422c..6b62b3d79dd 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -103,17 +103,6 @@ # include # include "unicode/uloc.h" # include "wintz.h" -#if U_PLATFORM_HAS_WINUWP_API -typedef PVOID LPMSG; // TODO: figure out how to get rid of this typedef -#include -#include -#include -#include - -using namespace ABI::Windows::Foundation; -using namespace Microsoft::WRL; -using namespace Microsoft::WRL::Wrappers; -#endif #elif U_PLATFORM == U_PF_OS400 # include # include /* error code structure */