mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 02:48:31 +00:00
Remove PointerHolder.hh from other than public header files
Increase to POINTERHOLDER_TRANSITION=4
This commit is contained in:
parent
ba0ef7a124
commit
128e41648f
@ -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)
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <qpdf/InputSource.hh>
|
||||
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/QIntC.hh>
|
||||
#include <qpdf/QTC.hh>
|
||||
#include <stdexcept>
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <qpdf/Pl_SHA2.hh>
|
||||
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/QPDFCryptoProvider.hh>
|
||||
#include <qpdf/QUtil.hh>
|
||||
#include <cstdio>
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <qpdf/SHA2_native.hh>
|
||||
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/QUtil.hh>
|
||||
#include <cstdio>
|
||||
#include <stdexcept>
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
#include <qpdf/DLL.h>
|
||||
#include <qpdf/JSON.hh>
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <qpdf/Buffer.hh>
|
||||
#include <qpdf/BufferInputSource.hh>
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/QPDFTokenizer.hh>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <qpdf/Pl_Buffer.hh>
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/QPDFSystemError.hh>
|
||||
#include <qpdf/QUtil.hh>
|
||||
#include <fcntl.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <qpdf/Buffer.hh>
|
||||
#include <qpdf/PointerHolder.hh>
|
||||
#include <qpdf/QPDF.hh>
|
||||
#include <qpdf/QPDFObjGen.hh>
|
||||
#include <qpdf/QPDFObject.hh>
|
||||
|
Loading…
x
Reference in New Issue
Block a user