diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-12-03 01:18:27 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-12-03 01:18:27 +0100 |
commit | 658d8bd794da7bb5feb442cbadab6aaea28deafd (patch) | |
tree | bb5186d0efec3f6aca1048d4911ca207031e8ba1 /fitz/crypt_md5.c | |
parent | 573ec2157b5bcc4c7798ebd7ef6e7d85612df949 (diff) | |
download | mupdf-658d8bd794da7bb5feb442cbadab6aaea28deafd.tar.xz |
Consolidate include lines to a single fitz.h.
Diffstat (limited to 'fitz/crypt_md5.c')
-rw-r--r-- | fitz/crypt_md5.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fitz/crypt_md5.c b/fitz/crypt_md5.c index 37f6c776..37f0822a 100644 --- a/fitz/crypt_md5.c +++ b/fitz/crypt_md5.c @@ -23,8 +23,7 @@ These notices must be retained in any copies of any part of this documentation and/or software. */ -#include "fitz_base.h" -#include "fitz_stream.h" +#include "fitz.h" /* Constants for MD5Transform routine */ enum |