diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-10-21 10:51:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-10-21 10:51:08 +0200 |
commit | ded124f1cc463bac9e076146a4ffb77b8a370e0c (patch) | |
tree | c1b35fe12bd14ed507294b185587b428a92bcbef /include/fitz.h | |
parent | 730cf84f6323b977bf7bcde1557d1803a16ad855 (diff) | |
download | mupdf-ded124f1cc463bac9e076146a4ffb77b8a370e0c.tar.xz |
rewrote resource dict handling
Diffstat (limited to 'include/fitz.h')
-rw-r--r-- | include/fitz.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fitz.h b/include/fitz.h index 85ac8118..48754391 100644 --- a/include/fitz.h +++ b/include/fitz.h @@ -18,13 +18,15 @@ #include "fitz/cmap.h" #include "fitz/font.h" + #include "fitz/colorspace.h" +#include "fitz/pixmap.h" +#include "fitz/image.h" #include "fitz/tree.h" #include "fitz/path.h" #include "fitz/text.h" -#include "fitz/pixmap.h" #include "fitz/scanconv.h" #include "fitz/render.h" |