summaryrefslogtreecommitdiff
path: root/fitz/res_text.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-17 16:34:58 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 17:37:13 +0200
commit8856f8521a42872a95579666b24ecfb65c5a20a1 (patch)
treeeab5136996379f77d52699c25f8855ea36d06cc2 /fitz/res_text.c
parent03e5755b93e90cc4c09daad4c79b6016bf4ce43c (diff)
downloadmupdf-8856f8521a42872a95579666b24ecfb65c5a20a1.tar.xz
Merge common and internal headers into one.
Diffstat (limited to 'fitz/res_text.c')
-rw-r--r--fitz/res_text.c2
1 files changed, 1 insertions, 1 deletions
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)