From f5c17421a5f285421ae938da13f9f1ac2f30be41 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2009 02:16:19 +0000 Subject: [PATCH] revert off_t --- include/qpdf/QPDFExc.hh | 2 -- include/qpdf/qpdf-c.h | 5 ----- 2 files changed, 0 insertions(+), 7 deletions(-) diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh index b358970..647c078 100644 --- a/include/qpdf/QPDFExc.hh +++ b/include/qpdf/QPDFExc.hh @@ -10,8 +10,6 @@ #include #include -#include - class DLL_EXPORT QPDFExc: public std::runtime_error { diff --git a/include/qpdf/qpdf-c.h b/include/qpdf/qpdf-c.h index a006c22..4b779d1 100644 --- a/include/qpdf/qpdf-c.h +++ b/include/qpdf/qpdf-c.h @@ -63,11 +63,6 @@ #include #include -#ifdef _WIN32 -# include -#else -# include -#endif #ifdef __cplusplus extern "C" { -- libgit2 0.21.4