Remove PointerHolder.hh from other than public header files

Increase to POINTERHOLDER_TRANSITION=4
This commit is contained in:
Jay Berkenbilt 2022-04-09 14:52:07 -04:00
parent ba0ef7a124
commit 128e41648f
10 changed files with 1 additions and 10 deletions

View File

@ -108,7 +108,7 @@ if(NOT (BUILD_STATIC_LIBS OR BUILD_SHARED_LIBS))
FATAL_ERROR "At least one of static or shared libraries must be built")
endif()
add_compile_definitions($<$<COMPILE_LANGUAGE:CXX>:POINTERHOLDER_TRANSITION=3>)
add_compile_definitions($<$<COMPILE_LANGUAGE:CXX>:POINTERHOLDER_TRANSITION=4>)
enable_testing()
set(RUN_QTEST perl ${qpdf_SOURCE_DIR}/run-qtest)

View File

@ -1,6 +1,5 @@
#include <qpdf/InputSource.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QIntC.hh>
#include <qpdf/QTC.hh>
#include <stdexcept>

View File

@ -1,6 +1,5 @@
#include <qpdf/Pl_SHA2.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDFCryptoProvider.hh>
#include <qpdf/QUtil.hh>
#include <cstdio>

View File

@ -5,7 +5,6 @@
#include <qpdf/CryptoRandomDataProvider.hh>
#include <qpdf/Pipeline.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QIntC.hh>
#include <qpdf/QPDFSystemError.hh>
#include <qpdf/QTC.hh>

View File

@ -1,6 +1,5 @@
#include <qpdf/SHA2_native.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QUtil.hh>
#include <cstdio>
#include <stdexcept>

View File

@ -3,7 +3,6 @@
#include <qpdf/DLL.h>
#include <qpdf/JSON.hh>
#include <qpdf/PointerHolder.hh>
#include <functional>
#include <map>
#include <memory>

View File

@ -5,7 +5,6 @@
// input source but offset a specific number of bytes.
#include <qpdf/InputSource.hh>
#include <qpdf/PointerHolder.hh>
class OffsetInputSource: public InputSource
{

View File

@ -1,6 +1,5 @@
#include <qpdf/Buffer.hh>
#include <qpdf/BufferInputSource.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDFTokenizer.hh>
#include <cstring>
#include <iostream>

View File

@ -1,5 +1,4 @@
#include <qpdf/Pl_Buffer.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDFSystemError.hh>
#include <qpdf/QUtil.hh>
#include <fcntl.h>

View File

@ -1,5 +1,4 @@
#include <qpdf/Buffer.hh>
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDF.hh>
#include <qpdf/QPDFObjGen.hh>
#include <qpdf/QPDFObject.hh>