aboutsummaryrefslogtreecommitdiffstats
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 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),