diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 05:43:09 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 05:43:09 +0000 |
| commit | 23ea206a1348414f67fee482f63a69b1d90b0df6 (patch) | |
| tree | 59963d707033bbb5e58e70e9a75415c26aff3ad0 /src/libnrtype | |
| parent | Fixed mismatched quotes that confused Doxygen. (diff) | |
| download | inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.tar.gz inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.zip | |
Purging some forward.h files.
(bzr r10664)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/font-glyph.h | 1 | ||||
| -rw-r--r-- | src/libnrtype/font-instance.h | 1 | ||||
| -rw-r--r-- | src/libnrtype/font-style.h | 4 |
3 files changed, 3 insertions, 3 deletions
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 <libnrtype/nrtype-forward.h> -#include <livarot/livarot-forward.h> #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 <libnrtype/nrtype-forward.h> #include <libnrtype/font-style.h> -#include <livarot/livarot-forward.h> #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 <livarot/LivarotDefs.h> -#include <livarot/livarot-forward.h> // 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 |
