aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-20 04:16:19 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-20 04:16:19 +0200
commitf5c17421a5f285421ae938da13f9f1ac2f30be41 (patch)
treef52b3b6d093093d9c8177a31ee478ff25d03b00f /include
parentef156afd1e6052d8b8933c79c76ea9db9933d189 (diff)
downloadqpdf-f5c17421a5f285421ae938da13f9f1ac2f30be41.tar.zst
revert off_t
git-svn-id: svn+q:///qpdf/trunk@844 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFExc.hh2
-rw-r--r--include/qpdf/qpdf-c.h5
2 files changed, 0 insertions, 7 deletions
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 <qpdf/DLL.h>
#include <qpdf/Constants.h>
-#include <qpdf/QUtil.hh>
-
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 <qpdf/DLL.h>
#include <qpdf/Constants.h>
-#ifdef _WIN32
-# include <io.h>
-#else
-# include <fcntl.h>
-#endif
#ifdef __cplusplus
extern "C" {