Commit a9b613eadb27edd3be29ee9a8ffcffa4faa92f79
1 parent
95567fe0
Remove some stray PointerHolder includes
Showing
4 changed files
with
3 additions
and
4 deletions
include/qpdf/QPDFTokenizer.hh
include/qpdf/QPDFWriter.hh
| ... | ... | @@ -39,7 +39,6 @@ |
| 39 | 39 | #include <qpdf/PDFVersion.hh> |
| 40 | 40 | #include <qpdf/Pipeline.hh> |
| 41 | 41 | #include <qpdf/Pl_Buffer.hh> |
| 42 | -#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785) | |
| 43 | 42 | #include <qpdf/QPDFObjGen.hh> |
| 44 | 43 | #include <qpdf/QPDFObjectHandle.hh> |
| 45 | 44 | #include <qpdf/QPDFXRefEntry.hh> | ... | ... |
include/qpdf/QUtil.hh
manual/release-notes.rst
| ... | ... | @@ -115,7 +115,9 @@ more detail. |
| 115 | 115 | transition will get errors unless it defines |
| 116 | 116 | ``POINTERHOLDER_TRANSITION``, and any file that uses |
| 117 | 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 | 122 | - Other Changes |
| 121 | 123 | ... | ... |