aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" {