From 841e1a6f3619054ecc9240e061cd83d4e41d1ca9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Apr 2017 14:33:23 +0200 Subject: remove some old MSVC workarounds Change-Id: I6abd8aaffb27b3c85df7c0518f7f576be4e32222 Reviewed-on: https://gerrit.libreoffice.org/36660 Tested-by: Jenkins Reviewed-by: Noel Grandin --- i18nutil/source/utility/widthfolding.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'i18nutil') diff --git a/i18nutil/source/utility/widthfolding.cxx b/i18nutil/source/utility/widthfolding.cxx index 8b3e1cb816ef..c98acb4a3e8a 100644 --- a/i18nutil/source/utility/widthfolding.cxx +++ b/i18nutil/source/utility/widthfolding.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// prevent internal compiler error with MSVC6SP3 -#include #include #include #include "widthfolding_data.h" -- cgit