diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-03-12 17:15:47 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-03-12 17:38:14 +0000 |
commit | 1013512f2851242c446443ff0eeb297701710e2b (patch) | |
tree | ba326c5bff9de775df8ca4fb4f58ff0f1b2ad6ce /apps/mupdfinfo.c | |
parent | cb2441e8ed1136dc85a9cd02f733035277be43b2 (diff) | |
parent | 2bd952f3fa8241aad0626f39343cffa9855c2d8c (diff) | |
download | mupdf-1013512f2851242c446443ff0eeb297701710e2b.tar.xz |
Merge branch 'header-split'
Diffstat (limited to 'apps/mupdfinfo.c')
-rw-r--r-- | apps/mupdfinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mupdfinfo.c b/apps/mupdfinfo.c index 161a80f1..d567bf8e 100644 --- a/apps/mupdfinfo.c +++ b/apps/mupdfinfo.c @@ -4,7 +4,7 @@ */ #include "fitz.h" -#include "mupdf.h" +#include "mupdf-internal.h" pdf_document *xref; fz_context *ctx; |