summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 11:26:10 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:11:02 +0200
commit5030ba7ebf7b3706ac065deef750d647570525b3 (patch)
treeba8dcf6aa4676d86dd32522e201110e9c966fbc5 /source
parent551a880de3f3e65366ae42a679d48cfb1e2d74eb (diff)
downloadmupdf-5030ba7ebf7b3706ac065deef750d647570525b3.tar.xz
Include "mupdf/ucdn.h" explicitly.
Diffstat (limited to 'source')
-rw-r--r--source/fitz/bidi.c1
-rw-r--r--source/fitz/font.c1
-rw-r--r--source/fitz/noto.c1
-rw-r--r--source/fitz/stext-device.c1
-rw-r--r--source/fitz/ucdn.c1
-rw-r--r--source/html/html-layout.c4
6 files changed, 8 insertions, 1 deletions
diff --git a/source/fitz/bidi.c b/source/fitz/bidi.c
index 84b75b49..8c56f23e 100644
--- a/source/fitz/bidi.c
+++ b/source/fitz/bidi.c
@@ -35,6 +35,7 @@
*/
#include "mupdf/fitz.h"
+#include "mupdf/ucdn.h"
#include "bidi-imp.h" /* standard bidi code interface */
/*
diff --git a/source/fitz/font.c b/source/fitz/font.c
index b9c05b8d..95f0933e 100644
--- a/source/fitz/font.c
+++ b/source/fitz/font.c
@@ -1,4 +1,5 @@
#include "fitz-imp.h"
+#include "mupdf/ucdn.h"
#include "font-imp.h"
diff --git a/source/fitz/noto.c b/source/fitz/noto.c
index c31db28f..226cb885 100644
--- a/source/fitz/noto.c
+++ b/source/fitz/noto.c
@@ -1,4 +1,5 @@
#include "mupdf/fitz.h"
+#include "mupdf/ucdn.h"
/*
Base 14 PDF fonts from URW.
diff --git a/source/fitz/stext-device.c b/source/fitz/stext-device.c
index d0d9d401..677ac4d6 100644
--- a/source/fitz/stext-device.c
+++ b/source/fitz/stext-device.c
@@ -1,4 +1,5 @@
#include "mupdf/fitz.h"
+#include "mupdf/ucdn.h"
/* Extract text into an unsorted span soup. */
diff --git a/source/fitz/ucdn.c b/source/fitz/ucdn.c
index 916d0ade..0ea99083 100644
--- a/source/fitz/ucdn.c
+++ b/source/fitz/ucdn.c
@@ -15,6 +15,7 @@
*/
#include "mupdf/fitz.h"
+#include "mupdf/ucdn.h"
typedef struct {
unsigned char category;
diff --git a/source/html/html-layout.c b/source/html/html-layout.c
index c8250e62..15d52c1b 100644
--- a/source/html/html-layout.c
+++ b/source/html/html-layout.c
@@ -1,5 +1,7 @@
-#include "mupdf/html.h"
+#include "mupdf/fitz.h"
+#include "mupdf/ucdn.h"
#include "mupdf/svg.h"
+#include "mupdf/html.h"
#include "hb.h"
#include "hb-ft.h"