summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-01-07 13:21:53 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-08 13:00:45 +0100
commit68e76ae63605193e89b05eab90dc6fdfa6f37053 (patch)
tree7f6205599463cfa44470baf84be62b00dc4c5655 /include/mupdf/fitz.h
parent83d3ae68a281981bb1193adda61ee42f89810dbd (diff)
downloadmupdf-68e76ae63605193e89b05eab90dc6fdfa6f37053.tar.xz
Add pool allocator.
Diffstat (limited to 'include/mupdf/fitz.h')
-rw-r--r--include/mupdf/fitz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mupdf/fitz.h b/include/mupdf/fitz.h
index 11accf6d..cf78060c 100644
--- a/include/mupdf/fitz.h
+++ b/include/mupdf/fitz.h
@@ -9,9 +9,10 @@
#include "mupdf/fitz/getopt.h"
#include "mupdf/fitz/hash.h"
#include "mupdf/fitz/math.h"
+#include "mupdf/fitz/pool.h"
#include "mupdf/fitz/string.h"
-#include "mupdf/fitz/ucdn.h"
#include "mupdf/fitz/tree.h"
+#include "mupdf/fitz/ucdn.h"
#include "mupdf/fitz/xml.h"
/* I/O */