summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2015-07-29 18:44:18 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-08-20 11:22:56 +0200
commit041de6423d634965473906c5cf9c7b5480e5ec33 (patch)
tree270f6dcd9335bfb4a8e983db313d1f47a1efb16a /source/fitz
parent607074367a9cb5bd7edbe722f175d5ee2d5538e3 (diff)
downloadmupdf-041de6423d634965473906c5cf9c7b5480e5ec33.tar.xz
Remove duplicate inclusions of headers.
These headers are already included by mupdf/fitz/system.h.
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/filter-dct.c1
-rw-r--r--source/fitz/path.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/fitz/filter-dct.c b/source/fitz/filter-dct.c
index 0d24de88..e48f90fd 100644
--- a/source/fitz/filter-dct.c
+++ b/source/fitz/filter-dct.c
@@ -1,7 +1,6 @@
#include "mupdf/fitz.h"
#include <jpeglib.h>
-#include <setjmp.h>
#ifndef SHARE_JPEG
typedef void * backing_store_ptr;
diff --git a/source/fitz/path.c b/source/fitz/path.c
index 6eb38c83..a1ee1c15 100644
--- a/source/fitz/path.c
+++ b/source/fitz/path.c
@@ -1,4 +1,3 @@
-#include <assert.h>
#include "mupdf/fitz.h"
// Thoughts for further optimisations: