summaryrefslogtreecommitdiff
path: root/fitz/stm_open.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-12-03 01:18:27 +0100
committerTor Andersson <tor@ghostscript.com>2009-12-03 01:18:27 +0100
commit658d8bd794da7bb5feb442cbadab6aaea28deafd (patch)
treebb5186d0efec3f6aca1048d4911ca207031e8ba1 /fitz/stm_open.c
parent573ec2157b5bcc4c7798ebd7ef6e7d85612df949 (diff)
downloadmupdf-658d8bd794da7bb5feb442cbadab6aaea28deafd.tar.xz
Consolidate include lines to a single fitz.h.
Diffstat (limited to 'fitz/stm_open.c')
-rw-r--r--fitz/stm_open.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fitz/stm_open.c b/fitz/stm_open.c
index 48e9587f..02b4cd51 100644
--- a/fitz/stm_open.c
+++ b/fitz/stm_open.c
@@ -2,8 +2,7 @@
* Creation and destruction.
*/
-#include "fitz_base.h"
-#include "fitz_stream.h"
+#include "fitz.h"
static fz_stream *
newstm(int kind)