aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/BitStream.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-26 18:04:24 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-26 18:08:58 +0100
commit6aa58d51be42e7d5fa7770171f656b9222026366 (patch)
treecce98a88b259e496f5990389da21e1544fb00f92 /libqpdf/BitStream.cc
parentdffd30ccbde8c0b9f07e7b78880ba91111cba076 (diff)
downloadqpdf-6aa58d51be42e7d5fa7770171f656b9222026366.tar.zst
Rename bits.icc to bits_include.cc
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 dc8dccfc..3b8e7022 100644
--- a/libqpdf/BitStream.cc
+++ b/libqpdf/BitStream.cc
@@ -2,9 +2,9 @@
#include <qpdf/QIntC.hh>
-// See comments in bits.cc
+// See comments in bits_include.cc
#define BITS_READ 1
-#include "bits.icc"
+#include "bits_include.cc"
BitStream::BitStream(unsigned char const* p, size_t nbytes) :
start(p),