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

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 13 15:21:11 PST 2016


 vcl/inc/fontattributes.hxx |    8 --------
 vcl/inc/fontselect.hxx     |    3 ++-
 2 files changed, 2 insertions(+), 9 deletions(-)

New commits:
commit c6faaf6ee3f026ae95724a35a103f451c750955f
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Jan 14 10:20:15 2016 +1100

    vcl: cleanup - remove unnecessary includes and fwd decls
    
    Change-Id: I031516292a9cc1f47fe193df5f5d98273dc003af

diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx
index 63ab8c3..2c1a42d 100644
--- a/vcl/inc/fontattributes.hxx
+++ b/vcl/inc/fontattributes.hxx
@@ -20,17 +20,9 @@
 #ifndef INCLUDED_VCL_INC_FONTATTRIBUTES_HXX
 #define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX
 
-#include <sal/types.h>
-#include <i18nlangtag/lang.h>
 #include <unotools/fontdefs.hxx>
-#include <vcl/dllapi.h>
 #include <vcl/vclenum.hxx>
 
-#include "fontselect.hxx"
-
-class OutputDevice;
-class FontSelectPattern;
-
 class FontAttributes
 {
 public:
diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx
index 145989f..a3908fd 100644
--- a/vcl/inc/fontselect.hxx
+++ b/vcl/inc/fontselect.hxx
@@ -20,7 +20,8 @@
 #ifndef INCLUDED_VCL_INC_FONTSELECT_HXX
 #define INCLUDED_VCL_INC_FONTSELECT_HXX
 
-#include <vcl/dllapi.h>
+#include <i18nlangtag/lang.h>
+
 #include "fontattributes.hxx"
 
 #include <unordered_map>


More information about the Libreoffice-commits mailing list