From 0d60d3a866f80f091fca68316bcb2c01aa416b96 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 Apr 2017 12:42:50 +0200 Subject: Make HTML header private. --- source/html/html-doc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/html/html-doc.c') diff --git a/source/html/html-doc.c b/source/html/html-doc.c index 1cf3dca5..825e3958 100644 --- a/source/html/html-doc.c +++ b/source/html/html-doc.c @@ -1,4 +1,5 @@ -#include "mupdf/html.h" +#include "mupdf/fitz.h" +#include "html-imp.h" enum { T, R, B, L }; -- cgit v1.2.3