summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pdfclean.c')
-rw-r--r--apps/pdfclean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c
index 78570650..8d1748ae 100644
--- a/apps/pdfclean.c
+++ b/apps/pdfclean.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 pdf_document *xref = NULL;
static fz_context *ctx = NULL;