summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorRichard Hughes <cyreve@gmail.com>2006-05-19 21:25:07 +0000
committercyreve <cyreve@users.sourceforge.net>2006-05-19 21:25:07 +0000
commit7db95fe11c898d9f44e78c505cb7f0dab078e5f5 (patch)
treefd8848259d130452206307083dc0ef45e81afa0a /src/libnrtype
parentfont_sample default string (diff)
downloadinkscape-7db95fe11c898d9f44e78c505cb7f0dab078e5f5.tar.gz
inkscape-7db95fe11c898d9f44e78c505cb7f0dab078e5f5.zip
remove inclusion of internal freetype headers (which weren't needed anyway)
(bzr r899)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/FontInstance.cpp4
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>