summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/glyph-cache-imp.h2
-rw-r--r--source/fitz/stream-prog.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/fitz/glyph-cache-imp.h b/source/fitz/glyph-cache-imp.h
index e5af15ea..8e3945fd 100644
--- a/source/fitz/glyph-cache-imp.h
+++ b/source/fitz/glyph-cache-imp.h
@@ -3,7 +3,7 @@
#include "mupdf/fitz/system.h"
#include "mupdf/fitz/context.h"
-#include "mupdf/fitz/math.h"
+#include "mupdf/fitz/geometry.h"
#include "mupdf/fitz/font.h"
#include "mupdf/fitz/path.h"
#include "mupdf/fitz/pixmap.h"
diff --git a/source/fitz/stream-prog.c b/source/fitz/stream-prog.c
index 7aa4b339..837c33e3 100644
--- a/source/fitz/stream-prog.c
+++ b/source/fitz/stream-prog.c
@@ -1,5 +1,5 @@
#include "mupdf/fitz/stream.h"
-#include "mupdf/fitz/string.h"
+#include "mupdf/fitz/string-util.h"
/* File stream - progressive reading to simulate http download */