From a04cda96c6b70314546a8126783e573e16c78e1d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 5 Nov 2016 14:29:19 +0200 Subject: Drop unused Graphite includes Change-Id: Ib5c40931805ef8a484ccb52c5d2b81180f68f0cc --- vcl/source/outdev/font.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/source/outdev') 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; -- cgit