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 --- framework/inc/xml/acceleratorconfigurationreader.hxx | 2 -- framework/inc/xml/imagesdocumenthandler.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx index ae0fb9019451..f5e2cedacad9 100644 --- a/framework/inc/xml/acceleratorconfigurationreader.hxx +++ b/framework/inc/xml/acceleratorconfigurationreader.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_FRAMEWORK_INC_XML_ACCELERATORCONFIGURATIONREADER_HXX #define INCLUDED_FRAMEWORK_INC_XML_ACCELERATORCONFIGURATIONREADER_HXX -#include // HACK: needed for MSVC 2013 ENABLE_LTO build: WeakImplHelper - #include #include #include diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx index 8fc1636e6dc0..2058a215e2d1 100644 --- a/framework/inc/xml/imagesdocumenthandler.hxx +++ b/framework/inc/xml/imagesdocumenthandler.hxx @@ -24,7 +24,6 @@ #include -#include // HACK: needed for MSVC 2013 ENABLE_LTO build: WeakImplHelper #include #include #include -- cgit