diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-04-14 13:32:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-04-14 13:32:06 +0200 |
commit | d1d9be4fa01ad42b25a77e924010a39d64723c8b (patch) | |
tree | c4655fd554a37afb29339184176537785f0555b6 /include/fitz.h | |
parent | f926106a92ece6a0c14ec8c3de5ecb0e1894b2eb (diff) | |
download | mupdf-d1d9be4fa01ad42b25a77e924010a39d64723c8b.tar.xz |
move stream headers back into the fitz fold
Diffstat (limited to 'include/fitz.h')
-rw-r--r-- | include/fitz.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/fitz.h b/include/fitz.h index 5db0fe0d..7bcc2b01 100644 --- a/include/fitz.h +++ b/include/fitz.h @@ -25,8 +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" +#include "fitz/crypt.h" +#include "fitz/object.h" +#include "fitz/filter.h" +#include "fitz/file.h" |