aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-09 20:52:07 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-09 23:33:29 +0200
commit128e41648f10659336f5e017a2bfa7b697957b98 (patch)
tree8d8716859805c4881603124ef5b4fe301bc0f183 /libqpdf
parentba0ef7a124e9aecc2d0113598c851bae4710b887 (diff)
downloadqpdf-128e41648f10659336f5e017a2bfa7b697957b98.tar.zst
Remove PointerHolder.hh from other than public header files
Increase to POINTERHOLDER_TRANSITION=4
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/InputSource.cc1
-rw-r--r--libqpdf/Pl_SHA2.cc1
-rw-r--r--libqpdf/QUtil.cc1
-rw-r--r--libqpdf/SHA2_native.cc1
-rw-r--r--libqpdf/qpdf/JSONHandler.hh1
-rw-r--r--libqpdf/qpdf/OffsetInputSource.hh1
6 files changed, 0 insertions, 6 deletions
diff --git a/libqpdf/InputSource.cc b/libqpdf/InputSource.cc
index 0afca9e3..00ebccb5 100644
--- a/libqpdf/InputSource.cc
+++ b/libqpdf/InputSource.cc
@@ -1,6 +1,5 @@
#include <qpdf/InputSource.hh>
-#include <qpdf/PointerHolder.hh>
#include <qpdf/QIntC.hh>
#include <qpdf/QTC.hh>
#include <stdexcept>
diff --git a/libqpdf/Pl_SHA2.cc b/libqpdf/Pl_SHA2.cc
index d41e6a78..3113729f 100644
--- a/libqpdf/Pl_SHA2.cc
+++ b/libqpdf/Pl_SHA2.cc
@@ -1,6 +1,5 @@
#include <qpdf/Pl_SHA2.hh>
-#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDFCryptoProvider.hh>
#include <qpdf/QUtil.hh>
#include <cstdio>
diff --git a/libqpdf/QUtil.cc b/libqpdf/QUtil.cc
index 42b9e017..711065df 100644
--- a/libqpdf/QUtil.cc
+++ b/libqpdf/QUtil.cc
@@ -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>
diff --git a/libqpdf/SHA2_native.cc b/libqpdf/SHA2_native.cc
index 949d5634..ac7d6135 100644
--- a/libqpdf/SHA2_native.cc
+++ b/libqpdf/SHA2_native.cc
@@ -1,6 +1,5 @@
#include <qpdf/SHA2_native.hh>
-#include <qpdf/PointerHolder.hh>
#include <qpdf/QUtil.hh>
#include <cstdio>
#include <stdexcept>
diff --git a/libqpdf/qpdf/JSONHandler.hh b/libqpdf/qpdf/JSONHandler.hh
index e44ec161..9be50806 100644
--- a/libqpdf/qpdf/JSONHandler.hh
+++ b/libqpdf/qpdf/JSONHandler.hh
@@ -3,7 +3,6 @@
#include <qpdf/DLL.h>
#include <qpdf/JSON.hh>
-#include <qpdf/PointerHolder.hh>
#include <functional>
#include <map>
#include <memory>
diff --git a/libqpdf/qpdf/OffsetInputSource.hh b/libqpdf/qpdf/OffsetInputSource.hh
index 0d7266dd..4af25dbd 100644
--- a/libqpdf/qpdf/OffsetInputSource.hh
+++ b/libqpdf/qpdf/OffsetInputSource.hh
@@ -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
{