diff options
Diffstat (limited to 'apps/pdfposter.c')
-rw-r--r-- | apps/pdfposter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pdfposter.c b/apps/pdfposter.c index b9514892..c92de7aa 100644 --- a/apps/pdfposter.c +++ b/apps/pdfposter.c @@ -9,8 +9,8 @@ * TODO: linearize document for fast web view */ -#include "fitz.h" -#include "mupdf-internal.h" +#include "mupdf/fitz.h" +#include "mupdf/pdf-internal.h" static int x_factor = 0; static int y_factor = 0; |