diff options
| author | Richard Hughes <cyreve@gmail.com> | 2006-05-19 21:25:07 +0000 |
|---|---|---|
| committer | cyreve <cyreve@users.sourceforge.net> | 2006-05-19 21:25:07 +0000 |
| commit | 7db95fe11c898d9f44e78c505cb7f0dab078e5f5 (patch) | |
| tree | fd8848259d130452206307083dc0ef45e81afa0a | |
| parent | font_sample default string (diff) | |
| download | inkscape-7db95fe11c898d9f44e78c505cb7f0dab078e5f5.tar.gz inkscape-7db95fe11c898d9f44e78c505cb7f0dab078e5f5.zip | |
remove inclusion of internal freetype headers (which weren't needed anyway)
(bzr r899)
| -rw-r--r-- | src/libnrtype/FontInstance.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libnrtype/FontInstance.cpp b/src/libnrtype/FontInstance.cpp index b63d5dfe6..b06b74d90 100644 --- a/src/libnrtype/FontInstance.cpp +++ b/src/libnrtype/FontInstance.cpp @@ -15,8 +15,6 @@ #include <libnrtype/font-glyph.h> #include <libnrtype/font-instance.h> -/* #include <layout/LEGlyphStorage.h> */ - #include <livarot/Path.h> #include "RasterFont.h" @@ -24,8 +22,6 @@ /* Freetype 2 */ # include <freetype/ftoutln.h> # include <freetype/ftbbox.h> -# include <freetype/internal/tttypes.h> -# include <freetype/internal/ftstream.h> # include <freetype/tttags.h> # include <pango/pangoft2.h> |
