aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/bits.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 /libtests/bits.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 'libtests/bits.cc')
-rw-r--r--libtests/bits.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtests/bits.cc b/libtests/bits.cc
index 81b44566..2c3dc349 100644
--- a/libtests/bits.cc
+++ b/libtests/bits.cc
@@ -7,11 +7,11 @@
#include <stdio.h>
#include <stdlib.h>
-// See comments in bits_include.cc
+// See comments in bits_functions.hh
#define BITS_TESTING 1
#define BITS_READ 1
#define BITS_WRITE 1
-#include "../libqpdf/bits_include.cc"
+#include <qpdf/bits_functions.hh>
static void
print_values(long long byte_offset, size_t bit_offset,