Commit a9b613eadb27edd3be29ee9a8ffcffa4faa92f79

Authored by Jay Berkenbilt
1 parent 95567fe0

Remove some stray PointerHolder includes

include/qpdf/QPDFTokenizer.hh
... ... @@ -23,7 +23,6 @@
23 23 #include <qpdf/DLL.h>
24 24  
25 25 #include <qpdf/InputSource.hh>
26   -#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785)
27 26  
28 27 #include <cstdio>
29 28 #include <memory>
... ...
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
... ... @@ -21,7 +21,6 @@
21 21 #define QUTIL_HH
22 22  
23 23 #include <qpdf/DLL.h>
24   -#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785)
25 24 #include <qpdf/Types.h>
26 25 #include <cstdio>
27 26 #include <cstring>
... ...
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  
... ...