summaryrefslogtreecommitdiff
path: root/include/vcl/fontcharmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fontcharmap.hxx')
-rw-r--r--include/vcl/fontcharmap.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx
index 15f08abac937..eeb8367ced6c 100644
--- a/include/vcl/fontcharmap.hxx
+++ b/include/vcl/fontcharmap.hxx
@@ -21,11 +21,12 @@
#define INCLUDED_FONTCHARMAP_HXX
#include <vcl/dllapi.h>
-#include <vcl/font.hxx>
-#include <vcl/outdev.hxx>
+#include <tools/ref.hxx>
class ImplFontCharMap;
class CmapResult;
+class FontCharMap;
+class OutputDevice;
typedef sal_uInt32 sal_UCS4;
typedef tools::SvRef<ImplFontCharMap> ImplFontCharMapRef;