From 041de6423d634965473906c5cf9c7b5480e5ec33 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 29 Jul 2015 18:44:18 +0200 Subject: Remove duplicate inclusions of headers. These headers are already included by mupdf/fitz/system.h. --- source/fitz/filter-dct.c | 1 - source/fitz/path.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source/fitz') 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 -#include #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 #include "mupdf/fitz.h" // Thoughts for further optimisations: -- cgit v1.2.3