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