From 23ea206a1348414f67fee482f63a69b1d90b0df6 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 3 Oct 2011 22:43:09 -0700 Subject: Purging some forward.h files. (bzr r10664) --- src/libnrtype/font-glyph.h | 1 - src/libnrtype/font-instance.h | 1 - src/libnrtype/font-style.h | 4 +++- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libnrtype') diff --git a/src/libnrtype/font-glyph.h b/src/libnrtype/font-glyph.h index 14da5025b..b6954a482 100644 --- a/src/libnrtype/font-glyph.h +++ b/src/libnrtype/font-glyph.h @@ -2,7 +2,6 @@ #define SEEN_LIBNRTYPE_FONT_GLYPH_H #include -#include #include <2geom/forward.h> // the info for a glyph in a font. it's totally resolution- and fontsize-independent diff --git a/src/libnrtype/font-instance.h b/src/libnrtype/font-instance.h index 3ca3feee4..b66230d87 100644 --- a/src/libnrtype/font-instance.h +++ b/src/libnrtype/font-instance.h @@ -9,7 +9,6 @@ #include #include -#include #include <2geom/d2.h> // the font_instance are the template of several raster_font; they provide metrics and outlines diff --git a/src/libnrtype/font-style.h b/src/libnrtype/font-style.h index abfac2737..810fc72cf 100644 --- a/src/libnrtype/font-style.h +++ b/src/libnrtype/font-style.h @@ -3,10 +3,12 @@ #include <2geom/affine.h> #include -#include // structure that holds data describing how to render glyphs of a font +class Path; +class Shape; + // Different raster styles. struct font_style { Geom::Affine transform; // the ctm. contains the font-size -- cgit v1.2.3