summaryrefslogtreecommitdiff
path: root/source/svg/svg-color.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
commita804e3491c0d8056742855eb8d840f8c4ee1a49f (patch)
tree104cea97d91394a961c1ebaa01de5ea4763f4b3d /source/svg/svg-color.c
parent9b66be814c4a3cfad8c198a2d0c7fc81ac6508de (diff)
downloadmupdf-a804e3491c0d8056742855eb8d840f8c4ee1a49f.tar.xz
Move headers to make svg_document an internal type.
Diffstat (limited to 'source/svg/svg-color.c')
-rw-r--r--source/svg/svg-color.c3
1 files changed, 2 insertions, 1 deletions
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)