Commit f5c17421a5f285421ae938da13f9f1ac2f30be41

Authored by Jay Berkenbilt
1 parent ef156afd

revert off_t

git-svn-id: svn+q:///qpdf/trunk@844 71b93d88-0707-0410-a8cf-f5a4172ac649
include/qpdf/QPDFExc.hh
@@ -10,8 +10,6 @@ @@ -10,8 +10,6 @@
10 10
11 #include <qpdf/DLL.h> 11 #include <qpdf/DLL.h>
12 #include <qpdf/Constants.h> 12 #include <qpdf/Constants.h>
13 -#include <qpdf/QUtil.hh>  
14 -  
15 13
16 class DLL_EXPORT QPDFExc: public std::runtime_error 14 class DLL_EXPORT QPDFExc: public std::runtime_error
17 { 15 {
include/qpdf/qpdf-c.h
@@ -63,11 +63,6 @@ @@ -63,11 +63,6 @@
63 63
64 #include <qpdf/DLL.h> 64 #include <qpdf/DLL.h>
65 #include <qpdf/Constants.h> 65 #include <qpdf/Constants.h>
66 -#ifdef _WIN32  
67 -# include <io.h>  
68 -#else  
69 -# include <fcntl.h>  
70 -#endif  
71 66
72 #ifdef __cplusplus 67 #ifdef __cplusplus
73 extern "C" { 68 extern "C" {