From 8ddca0648a2b673b7dd5357871f79a83c3830ed8 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 27 May 2018 14:07:43 +0200 Subject: tdf#42949 remove unused compheler includes .. and fix the fallout Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e Reviewed-on: https://gerrit.libreoffice.org/54882 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- canvas/source/directx/dx_bitmapcanvashelper.cxx | 1 - canvas/source/directx/dx_textlayout_drawhelper.cxx | 1 - canvas/source/vcl/canvashelper_texturefill.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'canvas') diff --git a/canvas/source/directx/dx_bitmapcanvashelper.cxx b/canvas/source/directx/dx_bitmapcanvashelper.cxx index 2d4954700e55..d8ce12c316bc 100644 --- a/canvas/source/directx/dx_bitmapcanvashelper.cxx +++ b/canvas/source/directx/dx_bitmapcanvashelper.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx index 56469e17ee72..3b1246cf15c9 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.cxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index b8003dd338d1..c65e73fd660a 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include -- cgit