summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-object.c
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/pdf/pdf-object.c
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/pdf/pdf-object.c')
-rw-r--r--source/pdf/pdf-object.c2
1 files changed, 0 insertions, 2 deletions
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',