summaryrefslogtreecommitdiff
path: root/source/xps/xps-common.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-10-15 01:54:56 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-10-19 23:30:10 +0800
commit9b66be814c4a3cfad8c198a2d0c7fc81ac6508de (patch)
tree744a1c6c7ac764b355eff318e2cad7234d38138f /source/xps/xps-common.c
parentfcbec57ab6bb7526db93548b8c0cd30e54a3e181 (diff)
downloadmupdf-9b66be814c4a3cfad8c198a2d0c7fc81ac6508de.tar.xz
Move headers to make xps_document an internal type.
Diffstat (limited to 'source/xps/xps-common.c')
-rw-r--r--source/xps/xps-common.c3
1 files changed, 2 insertions, 1 deletions
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)
{