summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-08-11 17:22:56 +0200
committerRobin Watts <robin.watts@artifex.com>2015-08-24 10:31:50 +0100
commitc4e3a760a5f4c442b4169dbb16e70ee38f1940d2 (patch)
treef7decba402277969ad30f862cfd9f62326c0e770
parentf138744e683ae34a033bd4303c721c93232713be (diff)
downloadmupdf-c4e3a760a5f4c442b4169dbb16e70ee38f1940d2.tar.xz
Move ucdn.h into public headers.
-rw-r--r--include/mupdf/fitz.h1
-rw-r--r--include/mupdf/fitz/ucdn.h (renamed from source/fitz/ucdn.h)0
-rw-r--r--source/fitz/stext-device.c1
-rw-r--r--source/fitz/ucdn.c3
4 files changed, 3 insertions, 2 deletions
diff --git a/include/mupdf/fitz.h b/include/mupdf/fitz.h
index 58396759..c5aa2f4c 100644
--- a/include/mupdf/fitz.h
+++ b/include/mupdf/fitz.h
@@ -10,6 +10,7 @@
#include "mupdf/fitz/hash.h"
#include "mupdf/fitz/math.h"
#include "mupdf/fitz/string.h"
+#include "mupdf/fitz/ucdn.h"
#include "mupdf/fitz/tree.h"
#include "mupdf/fitz/xml.h"
diff --git a/source/fitz/ucdn.h b/include/mupdf/fitz/ucdn.h
index 63fe7516..63fe7516 100644
--- a/source/fitz/ucdn.h
+++ b/include/mupdf/fitz/ucdn.h
diff --git a/source/fitz/stext-device.c b/source/fitz/stext-device.c
index 80743fc6..dc375c71 100644
--- a/source/fitz/stext-device.c
+++ b/source/fitz/stext-device.c
@@ -1,5 +1,4 @@
#include "mupdf/fitz.h"
-#include "ucdn.h"
/* Extract text into an unsorted span soup. */
diff --git a/source/fitz/ucdn.c b/source/fitz/ucdn.c
index 8b6856a5..1bbdfb3c 100644
--- a/source/fitz/ucdn.c
+++ b/source/fitz/ucdn.c
@@ -16,7 +16,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include "ucdn.h"
+
+#include "mupdf/fitz/ucdn.h"
typedef struct {
unsigned char category;