From 8856f8521a42872a95579666b24ecfb65c5a20a1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jun 2013 16:34:58 +0200 Subject: Merge common and internal headers into one. --- fitz/res_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fitz/res_text.c') diff --git a/fitz/res_text.c b/fitz/res_text.c index 28142e2c..81e2e1d0 100644 --- a/fitz/res_text.c +++ b/fitz/res_text.c @@ -1,4 +1,4 @@ -#include "mupdf/fitz-internal.h" +#include "mupdf/fitz.h" fz_text * fz_new_text(fz_context *ctx, fz_font *font, const fz_matrix *trm, int wmode) -- cgit v1.2.3