diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 11:10:14 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 11:10:14 +1100 |
commit | caadf8bcb4c150094363329f5eb7a9b96155344c (patch) | |
tree | 32a3f36ae034892ff3b2fcc79fc5a079c08e1ea8 | |
parent | 5c617bd1c413fb57497076bc3be1c3b3650d0030 (diff) |
vcl: remove unneeded headers from impfontmetric.hxx
Change-Id: Ib12f628d6bc86336bae5ffc7b3041a2d2ad3e567
-rw-r--r-- | vcl/inc/impfontmetric.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/inc/impfontmetric.hxx b/vcl/inc/impfontmetric.hxx index 1d25aaf70663..226be2edfac5 100644 --- a/vcl/inc/impfontmetric.hxx +++ b/vcl/inc/impfontmetric.hxx @@ -20,20 +20,6 @@ #ifndef INCLUDED_VCL_INC_IMPFONTMETRIC_HXX #define INCLUDED_VCL_INC_IMPFONTMETRIC_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; - class ImplFontMetric { private: |