diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-04-24 12:50:01 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-04-27 15:11:37 +0200 |
commit | 99278e762603380638ad037094a955312013e94c (patch) | |
tree | b58126c5804af5c677cbcf69f15770d3f136d0a4 /source/html | |
parent | 0d60d3a866f80f091fca68316bcb2c01aa416b96 (diff) | |
download | mupdf-99278e762603380638ad037094a955312013e94c.tar.xz |
Remove public SVG header.
Move the two SVG utility functions into fitz/util.h
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/html-layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c index ac64a890..8caf7e34 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -1,6 +1,5 @@ #include "mupdf/fitz.h" #include "mupdf/ucdn.h" -#include "mupdf/svg.h" #include "html-imp.h" #include "hb.h" |