[Libreoffice-commits] core.git: vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 05:28:49 PST 2016


 vcl/source/gdi/embeddedfontshelper.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 5f96355a77c4df4e882c690f187310df942ad2fa
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 00:27:41 2016 +1100

    vcl: remove unnecessary included headers in embeddedfontshelper.cxx
    
    Change-Id: I936e1aae42da7a065406d7e094e1847d54805f86

diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx
index d5c3087..8378e5c 100644
--- a/vcl/source/gdi/embeddedfontshelper.cxx
+++ b/vcl/source/gdi/embeddedfontshelper.cxx
@@ -12,17 +12,15 @@
 
 #include <osl/file.hxx>
 #include <rtl/bootstrap.hxx>
-#include <vcl/outdev.hxx>
 #include <vcl/svapp.hxx>
+#include <vcl/embeddedfontshelper.hxx>
 
 #include "fontsubset.hxx"
 #include "outdev.h"
-#include "fontinstance.hxx"
 #include "PhysicalFontCollection.hxx"
 #include "salgdi.hxx"
 #include "sft.hxx"
 
-#include <vcl/embeddedfontshelper.hxx>
 
 #if ENABLE_EOT
 extern "C"


More information about the Libreoffice-commits mailing list