From a04cda96c6b70314546a8126783e573e16c78e1d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 5 Nov 2016 14:29:19 +0200 Subject: [PATCH] Drop unused Graphite includes Change-Id: Ib5c40931805ef8a484ccb52c5d2b81180f68f0cc --- vcl/source/font/PhysicalFontCollection.cxx | 1 - vcl/source/outdev/font.cxx | 5 ----- vcl/unx/generic/gdi/salgdi.cxx | 2 -- 3 files changed, 8 deletions(-) diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index 716811b5af21..295de0452eca 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index 1492fb70164b..45e8a7a5c91b 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -36,11 +36,6 @@ #include "svids.hrc" -#include -#if ENABLE_GRAPHITE -#include "graphite_features.hxx" -#endif - FontMetric OutputDevice::GetDevFont( int nDevFontIndex ) const { FontMetric aFontMetric; diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx index 43022a7453db..cfb96ea58c2f 100644 --- a/vcl/unx/generic/gdi/salgdi.cxx +++ b/vcl/unx/generic/gdi/salgdi.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include #include