diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-03-30 10:45:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-03-30 10:45:21 +0200 |
commit | 5f4d61903ee8fc514ed7e23eac4d5ac6409ff760 (patch) | |
tree | a824aa883d9d5df072c17ec0a2ac4a2b5074c2c0 /include/fitz.h | |
parent | ee154f16bd09a43359967f7e7b86c3677c09461d (diff) | |
download | mupdf-5f4d61903ee8fc514ed7e23eac4d5ac6409ff760.tar.xz |
rename and shuffle -- part 2
Diffstat (limited to 'include/fitz.h')
-rw-r--r-- | include/fitz.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/include/fitz.h b/include/fitz.h index 4c9756a0..5db0fe0d 100644 --- a/include/fitz.h +++ b/include/fitz.h @@ -5,17 +5,10 @@ #include "fitz/sysdep.h" #include "fitz/cpudep.h" - #include "fitz/base.h" #include "fitz/math.h" #include "fitz/geometry.h" #include "fitz/hash.h" -#include "fitz/crypt.h" - -#include "fitz/object.h" - -#include "fitz/filter.h" -#include "fitz/file.h" #include "fitz/cmap.h" #include "fitz/font.h" @@ -32,3 +25,8 @@ #include "fitz/pathscan.h" #include "fitz/render.h" +#include "stream/crypt.h" +#include "stream/object.h" +#include "stream/filter.h" +#include "stream/file.h" + |