aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/SHA2_native.cc
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/SHA2_native.cc
parentba0ef7a124e9aecc2d0113598c851bae4710b887 (diff)
downloadqpdf-128e41648f10659336f5e017a2bfa7b697957b98.tar.zst
Remove PointerHolder.hh from other than public header files
Increase to POINTERHOLDER_TRANSITION=4
Diffstat (limited to 'libqpdf/SHA2_native.cc')
-rw-r--r--libqpdf/SHA2_native.cc1
1 files changed, 0 insertions, 1 deletions
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>