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

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 13 15:59:57 PST 2016


 vcl/inc/impfontcharmap.hxx |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit 2c96503035876b0455b6199099f9a630b125e2b7
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Jan 14 10:59:13 2016 +1100

    vcl: remove unneeded fwd decls from impfontcharmap.hxx
    
    Change-Id: I8d401e95b69feb710d450768e3b9ac9d22b896ca

diff --git a/vcl/inc/impfontcharmap.hxx b/vcl/inc/impfontcharmap.hxx
index ef5c961..80c05b9 100644
--- a/vcl/inc/impfontcharmap.hxx
+++ b/vcl/inc/impfontcharmap.hxx
@@ -20,22 +20,11 @@
 #ifndef INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX
 #define INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX
 
-#include <rtl/ustring.hxx>
-#include <tools/gen.hxx>
-#include <i18nlangtag/languagetag.hxx>
-#include <tools/color.hxx>
-#include <vcl/dllapi.h>
-#include <vcl/vclenum.hxx>
-#include <vcl/fntstyle.hxx>
-#include <fontinstance.hxx>
-#include <vcl/fontcharmap.hxx>
-
 #include <boost/intrusive_ptr.hpp>
 
 class ImplFontCharMap;
 typedef boost::intrusive_ptr< ImplFontCharMap > ImplFontCharMapPtr;
 
-
 class CmapResult;
 
 class VCL_PLUGIN_PUBLIC ImplFontCharMap


More information about the Libreoffice-commits mailing list