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 | |
parent | f926106a92ece6a0c14ec8c3de5ecb0e1894b2eb (diff) | |
download | mupdf-d1d9be4fa01ad42b25a77e924010a39d64723c8b.tar.xz |
move stream headers back into the fitz fold
Diffstat (limited to 'include')
-rw-r--r-- | include/fitz.h | 8 | ||||
-rw-r--r-- | include/fitz/crypt.h (renamed from include/stream/crypt.h) | 0 | ||||
-rw-r--r-- | include/fitz/file.h (renamed from include/stream/file.h) | 0 | ||||
-rw-r--r-- | include/fitz/filter.h (renamed from include/stream/filter.h) | 0 | ||||
-rw-r--r-- | include/fitz/object.h (renamed from include/stream/object.h) | 0 |
5 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" diff --git a/include/stream/crypt.h b/include/fitz/crypt.h index 647a1eda..647a1eda 100644 --- a/include/stream/crypt.h +++ b/include/fitz/crypt.h diff --git a/include/stream/file.h b/include/fitz/file.h index c87ccf5d..c87ccf5d 100644 --- a/include/stream/file.h +++ b/include/fitz/file.h diff --git a/include/stream/filter.h b/include/fitz/filter.h index bb33b8eb..bb33b8eb 100644 --- a/include/stream/filter.h +++ b/include/fitz/filter.h diff --git a/include/stream/object.h b/include/fitz/object.h index 34b62f59..34b62f59 100644 --- a/include/stream/object.h +++ b/include/fitz/object.h |