diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-02-19 17:29:36 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-02-20 13:50:40 +0000 |
commit | 40997a6e6cb6c41ea337354ba4ecc3831ce0dcb7 (patch) | |
tree | 754ff984bc7e3934e4d40ef3e77dc009e287e224 /fitz/image_jpeg.c | |
parent | 45bc650f98a70f3ee5fa8cb77ace6acef39d3b50 (diff) | |
download | mupdf-40997a6e6cb6c41ea337354ba4ecc3831ce0dcb7.tar.xz |
Bug 693639: fix warnings.
Thanks to zeniko.
Diffstat (limited to 'fitz/image_jpeg.c')
-rw-r--r-- | fitz/image_jpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/image_jpeg.c b/fitz/image_jpeg.c index e8fe72ee..e66f3d8d 100644 --- a/fitz/image_jpeg.c +++ b/fitz/image_jpeg.c @@ -1,7 +1,6 @@ #include "fitz-internal.h" #include <jpeglib.h> -#include <setjmp.h> static void error_exit(j_common_ptr cinfo) { |