aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-01 23:41:30 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-02 00:19:47 +0200
commitf772c43de80e1d1636a61bb88fe12f01281de046 (patch)
treea52bc0508e77f882b2e2f63ec5012808063fce37 /qpdf
parentb66392653871f834d7b78aa423ca279e4828951a (diff)
downloadqpdf-f772c43de80e1d1636a61bb88fe12f01281de046.tar.zst
Stop including QPDFObject.hh from other than private files
This required moving some newly inlined functions back to the cc file, but that seems to have had no measurable performance impact.
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/test_renumber.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/test_renumber.cc b/qpdf/test_renumber.cc
index 1ef519d6..7edec21b 100644
--- a/qpdf/test_renumber.cc
+++ b/qpdf/test_renumber.cc
@@ -1,7 +1,7 @@
#include <qpdf/Buffer.hh>
+#include <qpdf/Constants.h>
#include <qpdf/QPDF.hh>
#include <qpdf/QPDFObjGen.hh>
-#include <qpdf/QPDFObject.hh>
#include <qpdf/QPDFObjectHandle.hh>
#include <qpdf/QPDFWriter.hh>
#include <qpdf/QPDFXRefEntry.hh>