From a804e3491c0d8056742855eb8d840f8c4ee1a49f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 15 Oct 2016 01:54:56 +0800 Subject: Move headers to make svg_document an internal type. --- source/svg/svg-color.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/svg/svg-color.c') diff --git a/source/svg/svg-color.c b/source/svg/svg-color.c index 4f6031e7..d1139475 100644 --- a/source/svg/svg-color.c +++ b/source/svg/svg-color.c @@ -1,4 +1,5 @@ -#include "mupdf/svg.h" +#include "mupdf/fitz.h" +#include "svg-imp.h" /* Color keywords (white, blue, fuchsia) * System color keywords (ActiveBorder, ButtonFace -- need to find reasonable defaults) -- cgit v1.2.3