Commit a9b613eadb27edd3be29ee9a8ffcffa4faa92f79
1 parent
95567fe0
Remove some stray PointerHolder includes
Showing
4 changed files
with
3 additions
and
4 deletions
include/qpdf/QPDFTokenizer.hh
| @@ -23,7 +23,6 @@ | @@ -23,7 +23,6 @@ | ||
| 23 | #include <qpdf/DLL.h> | 23 | #include <qpdf/DLL.h> |
| 24 | 24 | ||
| 25 | #include <qpdf/InputSource.hh> | 25 | #include <qpdf/InputSource.hh> |
| 26 | -#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785) | ||
| 27 | 26 | ||
| 28 | #include <cstdio> | 27 | #include <cstdio> |
| 29 | #include <memory> | 28 | #include <memory> |
include/qpdf/QPDFWriter.hh
| @@ -39,7 +39,6 @@ | @@ -39,7 +39,6 @@ | ||
| 39 | #include <qpdf/PDFVersion.hh> | 39 | #include <qpdf/PDFVersion.hh> |
| 40 | #include <qpdf/Pipeline.hh> | 40 | #include <qpdf/Pipeline.hh> |
| 41 | #include <qpdf/Pl_Buffer.hh> | 41 | #include <qpdf/Pl_Buffer.hh> |
| 42 | -#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785) | ||
| 43 | #include <qpdf/QPDFObjGen.hh> | 42 | #include <qpdf/QPDFObjGen.hh> |
| 44 | #include <qpdf/QPDFObjectHandle.hh> | 43 | #include <qpdf/QPDFObjectHandle.hh> |
| 45 | #include <qpdf/QPDFXRefEntry.hh> | 44 | #include <qpdf/QPDFXRefEntry.hh> |
include/qpdf/QUtil.hh
| @@ -21,7 +21,6 @@ | @@ -21,7 +21,6 @@ | ||
| 21 | #define QUTIL_HH | 21 | #define QUTIL_HH |
| 22 | 22 | ||
| 23 | #include <qpdf/DLL.h> | 23 | #include <qpdf/DLL.h> |
| 24 | -#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785) | ||
| 25 | #include <qpdf/Types.h> | 24 | #include <qpdf/Types.h> |
| 26 | #include <cstdio> | 25 | #include <cstdio> |
| 27 | #include <cstring> | 26 | #include <cstring> |
manual/release-notes.rst
| @@ -115,7 +115,9 @@ more detail. | @@ -115,7 +115,9 @@ more detail. | ||
| 115 | transition will get errors unless it defines | 115 | transition will get errors unless it defines |
| 116 | ``POINTERHOLDER_TRANSITION``, and any file that uses | 116 | ``POINTERHOLDER_TRANSITION``, and any file that uses |
| 117 | ``PointerHolder`` will have to explicitly include it rather than | 117 | ``PointerHolder`` will have to explicitly include it rather than |
| 118 | - relying on other headers to bring it along. | 118 | + relying on other headers to bring it along. Additionally, |
| 119 | + ``qpdf/PointerHolder.hh`` is no longer included by any qpdf | ||
| 120 | + header files. | ||
| 119 | 121 | ||
| 120 | - Other Changes | 122 | - Other Changes |
| 121 | 123 |