summaryrefslogtreecommitdiff
path: root/source/html/epub-doc.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 12:42:50 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:11:37 +0200
commit0d60d3a866f80f091fca68316bcb2c01aa416b96 (patch)
treedab9e1663a76cd79cb7f3d79f9558fea5b325456 /source/html/epub-doc.c
parent5030ba7ebf7b3706ac065deef750d647570525b3 (diff)
downloadmupdf-0d60d3a866f80f091fca68316bcb2c01aa416b96.tar.xz
Make HTML header private.
Diffstat (limited to 'source/html/epub-doc.c')
-rw-r--r--source/html/epub-doc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/html/epub-doc.c b/source/html/epub-doc.c
index c43ef8b1..495b397f 100644
--- a/source/html/epub-doc.c
+++ b/source/html/epub-doc.c
@@ -1,4 +1,5 @@
-#include "mupdf/html.h"
+#include "mupdf/fitz.h"
+#include "html-imp.h"
enum { T, R, B, L };