From 9b66be814c4a3cfad8c198a2d0c7fc81ac6508de Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 15 Oct 2016 01:54:56 +0800 Subject: Move headers to make xps_document an internal type. --- source/xps/xps-common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/xps/xps-common.c') diff --git a/source/xps/xps-common.c b/source/xps/xps-common.c index 61e0932f..1843a41c 100644 --- a/source/xps/xps-common.c +++ b/source/xps/xps-common.c @@ -1,4 +1,5 @@ -#include "mupdf/xps.h" +#include "mupdf/fitz.h" +#include "xps-imp.h" static inline int unhex(int a) { -- cgit v1.2.3