summaryrefslogtreecommitdiff
path: root/fitz/dev_svg.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-12 13:46:21 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 00:06:46 +0200
commit03e5755b93e90cc4c09daad4c79b6016bf4ce43c (patch)
treed2992e30fcddf864ad64bd026884e79d92903977 /fitz/dev_svg.c
parentb695c87abcdbe0ddc35c5e3a7ee8f5f58ee577f1 (diff)
downloadmupdf-03e5755b93e90cc4c09daad4c79b6016bf4ce43c.tar.xz
Move header files into separate include directory.
Diffstat (limited to 'fitz/dev_svg.c')
-rw-r--r--fitz/dev_svg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_svg.c b/fitz/dev_svg.c
index f57ee937..99457d20 100644
--- a/fitz/dev_svg.c
+++ b/fitz/dev_svg.c
@@ -1,4 +1,4 @@
-#include "mupdf-internal.h"
+#include "mupdf/fitz-internal.h"
typedef struct svg_device_s svg_device;