summaryrefslogtreecommitdiffstats
path: root/libqpdf/BitStream.cc
diff options
context:
space:
mode:
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),