summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/fitz/filter-dct.c1
-rw-r--r--source/fitz/path.c1
-rw-r--r--source/pdf/pdf-object.c2
3 files changed, 0 insertions, 4 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:
diff --git a/source/pdf/pdf-object.c b/source/pdf/pdf-object.c
index 3d795cfe..1b77292f 100644
--- a/source/pdf/pdf-object.c
+++ b/source/pdf/pdf-object.c
@@ -2,8 +2,6 @@
#include "pdf-name-table.h"
-#include <stdarg.h>
-
typedef enum pdf_objkind_e
{
PDF_INT = 'i',