Commit 128e41648f10659336f5e017a2bfa7b697957b98
1 parent
ba0ef7a1
Remove PointerHolder.hh from other than public header files
Increase to POINTERHOLDER_TRANSITION=4
Showing
10 changed files
with
1 additions
and
10 deletions
CMakeLists.txt
| @@ -108,7 +108,7 @@ if(NOT (BUILD_STATIC_LIBS OR BUILD_SHARED_LIBS)) | @@ -108,7 +108,7 @@ if(NOT (BUILD_STATIC_LIBS OR BUILD_SHARED_LIBS)) | ||
| 108 | FATAL_ERROR "At least one of static or shared libraries must be built") | 108 | FATAL_ERROR "At least one of static or shared libraries must be built") |
| 109 | endif() | 109 | endif() |
| 110 | 110 | ||
| 111 | -add_compile_definitions($<$<COMPILE_LANGUAGE:CXX>:POINTERHOLDER_TRANSITION=3>) | 111 | +add_compile_definitions($<$<COMPILE_LANGUAGE:CXX>:POINTERHOLDER_TRANSITION=4>) |
| 112 | 112 | ||
| 113 | enable_testing() | 113 | enable_testing() |
| 114 | set(RUN_QTEST perl ${qpdf_SOURCE_DIR}/run-qtest) | 114 | set(RUN_QTEST perl ${qpdf_SOURCE_DIR}/run-qtest) |
libqpdf/InputSource.cc
libqpdf/Pl_SHA2.cc
libqpdf/QUtil.cc
| @@ -5,7 +5,6 @@ | @@ -5,7 +5,6 @@ | ||
| 5 | 5 | ||
| 6 | #include <qpdf/CryptoRandomDataProvider.hh> | 6 | #include <qpdf/CryptoRandomDataProvider.hh> |
| 7 | #include <qpdf/Pipeline.hh> | 7 | #include <qpdf/Pipeline.hh> |
| 8 | -#include <qpdf/PointerHolder.hh> | ||
| 9 | #include <qpdf/QIntC.hh> | 8 | #include <qpdf/QIntC.hh> |
| 10 | #include <qpdf/QPDFSystemError.hh> | 9 | #include <qpdf/QPDFSystemError.hh> |
| 11 | #include <qpdf/QTC.hh> | 10 | #include <qpdf/QTC.hh> |
libqpdf/SHA2_native.cc
libqpdf/qpdf/JSONHandler.hh
libqpdf/qpdf/OffsetInputSource.hh
| @@ -5,7 +5,6 @@ | @@ -5,7 +5,6 @@ | ||
| 5 | // input source but offset a specific number of bytes. | 5 | // input source but offset a specific number of bytes. |
| 6 | 6 | ||
| 7 | #include <qpdf/InputSource.hh> | 7 | #include <qpdf/InputSource.hh> |
| 8 | -#include <qpdf/PointerHolder.hh> | ||
| 9 | 8 | ||
| 10 | class OffsetInputSource: public InputSource | 9 | class OffsetInputSource: public InputSource |
| 11 | { | 10 | { |
libtests/input_source.cc
| 1 | #include <qpdf/Buffer.hh> | 1 | #include <qpdf/Buffer.hh> |
| 2 | #include <qpdf/BufferInputSource.hh> | 2 | #include <qpdf/BufferInputSource.hh> |
| 3 | -#include <qpdf/PointerHolder.hh> | ||
| 4 | #include <qpdf/QPDFTokenizer.hh> | 3 | #include <qpdf/QPDFTokenizer.hh> |
| 5 | #include <cstring> | 4 | #include <cstring> |
| 6 | #include <iostream> | 5 | #include <iostream> |
libtests/qutil.cc
qpdf/test_renumber.cc