diff options
Diffstat (limited to 'apps/pdfextract.c')
-rw-r--r-- | apps/pdfextract.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pdfextract.c b/apps/pdfextract.c index f17edff2..d82f045b 100644 --- a/apps/pdfextract.c +++ b/apps/pdfextract.c @@ -2,8 +2,8 @@ * pdfextract -- the ultimate way to extract images and fonts from pdfs */ -#include "mupdf.h" -#include "mupdf-internal.h" +#include "mupdf/pdf.h" +#include "mupdf/pdf-internal.h" static pdf_document *doc = NULL; static fz_context *ctx = NULL; |