From 9534243f6849d1938195c1f27adaa5745056f138 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Apr 2017 16:22:20 +0200 Subject: Include required system headers. --- source/fitz/glyph-cache-imp.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/fitz/glyph-cache-imp.h') diff --git a/source/fitz/glyph-cache-imp.h b/source/fitz/glyph-cache-imp.h index 8e3945fd..f21cfbb1 100644 --- a/source/fitz/glyph-cache-imp.h +++ b/source/fitz/glyph-cache-imp.h @@ -1,15 +1,6 @@ #ifndef MUPDF_FITZ_GLYPH_CACHE_IMP_H #define MUPDF_FITZ_GLYPH_CACHE_IMP_H -#include "mupdf/fitz/system.h" -#include "mupdf/fitz/context.h" -#include "mupdf/fitz/geometry.h" -#include "mupdf/fitz/font.h" -#include "mupdf/fitz/path.h" -#include "mupdf/fitz/pixmap.h" -#include "mupdf/fitz/device.h" -#include "mupdf/fitz/glyph-cache.h" - fz_path *fz_outline_glyph(fz_context *ctx, fz_font *font, int gid, const fz_matrix *ctm); fz_path *fz_outline_ft_glyph(fz_context *ctx, fz_font *font, int gid, const fz_matrix *trm); fz_glyph *fz_render_ft_glyph(fz_context *ctx, fz_font *font, int cid, const fz_matrix *trm, int aa); -- cgit v1.2.3