summaryrefslogtreecommitdiff
path: root/include/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-04-14 13:32:06 +0200
committerTor Andersson <tor@ghostscript.com>2005-04-14 13:32:06 +0200
commitd1d9be4fa01ad42b25a77e924010a39d64723c8b (patch)
treec4655fd554a37afb29339184176537785f0555b6 /include/fitz.h
parentf926106a92ece6a0c14ec8c3de5ecb0e1894b2eb (diff)
downloadmupdf-d1d9be4fa01ad42b25a77e924010a39d64723c8b.tar.xz
move stream headers back into the fitz fold
Diffstat (limited to 'include/fitz.h')
-rw-r--r--include/fitz.h8
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"