[Libreoffice-commits] core.git: 2 commits - vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Jan 13 15:55:04 PST 2016
vcl/inc/fontsubset.hxx | 1 -
vcl/inc/impfont.hxx | 9 ---------
2 files changed, 10 deletions(-)
New commits:
commit 70ea14baf7d43c00f73807bce13629ca25320558
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Jan 14 10:54:01 2016 +1100
vcl: remove unnecessary headers in impfont.hxx
Change-Id: I509b517354a61f03e0b4ccc681a643f448c5f12f
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index 66d9cc2..cd27b74 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -21,21 +21,12 @@
#define INCLUDED_VCL_INC_IMPFONT_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 <boost/intrusive_ptr.hpp>
-class ImplFontCharMap;
-typedef boost::intrusive_ptr< ImplFontCharMap > ImplFontCharMapPtr;
-
-// - ImplFont -
-
class ImplFont
{
public:
commit c80c1b19719bb4c87384867936989299a362c040
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Jan 14 10:49:10 2016 +1100
vcl: no need to include cstdio in fontsubset.hxx
Change-Id: I6172446f7d81698f8222f46db47eb13351d46cce
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx
index d728d1f..0507f2a 100644
--- a/vcl/inc/fontsubset.hxx
+++ b/vcl/inc/fontsubset.hxx
@@ -22,7 +22,6 @@
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
-#include <cstdio>
#include "salglyphid.hxx"
More information about the Libreoffice-commits
mailing list