Code

remove inclusion of internal freetype headers (which weren't needed anyway)
authorcyreve <cyreve@users.sourceforge.net>
Fri, 19 May 2006 21:25:07 +0000 (21:25 +0000)
committercyreve <cyreve@users.sourceforge.net>
Fri, 19 May 2006 21:25:07 +0000 (21:25 +0000)
src/libnrtype/FontInstance.cpp

index b63d5dfe6090087d80e9b8f4f1716b7c279fa0dc..b06b74d90a0c8a02e0866b2f35ac8d424cbbee1a 100644 (file)
@@ -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>