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. --- apps/pdfclean.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/pdfclean.c') diff --git a/apps/pdfclean.c b/apps/pdfclean.c index 8d1748ae..3c1e810e 100644 --- a/apps/pdfclean.c +++ b/apps/pdfclean.c @@ -9,8 +9,7 @@ * TODO: linearize document for fast web view */ -#include "mupdf/fitz.h" -#include "mupdf/pdf-internal.h" +#include "mupdf/pdf.h" static pdf_document *xref = NULL; static fz_context *ctx = NULL; -- cgit v1.2.3