aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/BitStream.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-07 23:55:11 +0100
committerJay Berkenbilt <ejb@ql.org>2022-03-08 00:01:27 +0100
commitf0307891048688780525c1f43a4a04ccf788ffb3 (patch)
tree9b687cfb36bafd18e20ac468b27ea795aab93c79 /libqpdf/BitStream.cc
parent17c0e38c8efa7882f8e6a13c6030edf3e768257c (diff)
downloadqpdf-f0307891048688780525c1f43a4a04ccf788ffb3.tar.zst
Rename bits_include.cc to qpdf/bits_functions.hh
It's better to just make it a .hh file to reduce confusion.
Diffstat (limited to 'libqpdf/BitStream.cc')
-rw-r--r--libqpdf/BitStream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/BitStream.cc b/libqpdf/BitStream.cc
index 3b8e7022..d0e991df 100644
--- a/libqpdf/BitStream.cc
+++ b/libqpdf/BitStream.cc
@@ -2,9 +2,9 @@
#include <qpdf/QIntC.hh>
-// See comments in bits_include.cc
+// See comments in bits_functions.hh
#define BITS_READ 1
-#include "bits_include.cc"
+#include <qpdf/bits_functions.hh>
BitStream::BitStream(unsigned char const* p, size_t nbytes) :
start(p),