aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
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 /libqpdf/QPDF.cc
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 'libqpdf/QPDF.cc')
-rw-r--r--libqpdf/QPDF.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 9593c44f..98ad2267 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -21,6 +21,7 @@
#include <qpdf/Pl_OStream.hh>
#include <qpdf/QPDFExc.hh>
#include <qpdf/QPDFLogger.hh>
+#include <qpdf/QPDFObject.hh>
#include <qpdf/QPDF_Array.hh>
#include <qpdf/QPDF_Dictionary.hh>
#include <qpdf/QPDF_Null.hh>