From f5c17421a5f285421ae938da13f9f1ac2f30be41 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2009 02:16:19 +0000 Subject: revert off_t git-svn-id: svn+q:///qpdf/trunk@844 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QPDFExc.hh | 2 -- include/qpdf/qpdf-c.h | 5 ----- 2 files changed, 7 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFExc.hh b/include/qpdf/QPDFExc.hh index b3589701..647c0788 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 a006c22b..4b779d11 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" { -- cgit v1.2.3-54-g00ecf