diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/test_headers_cpp.cpp | 1 | ||||
-rw-r--r-- | test/headers/test_headers.c | 1 | ||||
-rw-r--r-- | test/test_btree.c | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/test/cpp/test_headers_cpp.cpp b/test/cpp/test_headers_cpp.cpp index 3676afc..fe367ad 100644 --- a/test/cpp/test_headers_cpp.cpp +++ b/test/cpp/test_headers_cpp.cpp @@ -10,6 +10,7 @@ #include <zix/btree.h> // IWYU pragma: keep #include <zix/bump_allocator.h> // IWYU pragma: keep #include <zix/digest.h> // IWYU pragma: keep +#include <zix/environment.h> // IWYU pragma: keep #include <zix/filesystem.h> // IWYU pragma: keep #include <zix/hash.h> // IWYU pragma: keep #include <zix/path.h> // IWYU pragma: keep diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c index 2b4d09b..f10d05f 100644 --- a/test/headers/test_headers.c +++ b/test/headers/test_headers.c @@ -6,6 +6,7 @@ #include <zix/btree.h> // IWYU pragma: keep #include <zix/bump_allocator.h> // IWYU pragma: keep #include <zix/digest.h> // IWYU pragma: keep +#include <zix/environment.h> // IWYU pragma: keep #include <zix/filesystem.h> // IWYU pragma: keep #include <zix/hash.h> // IWYU pragma: keep #include <zix/path.h> // IWYU pragma: keep diff --git a/test/test_btree.c b/test/test_btree.c index 97bd9ba..a340bbf 100644 --- a/test/test_btree.c +++ b/test/test_btree.c @@ -3,8 +3,6 @@ #undef NDEBUG -#include <zix/btree.h> - #include "ensure.h" #include "failing_allocator.h" #include "test_args.h" @@ -12,6 +10,7 @@ #include <zix/allocator.h> #include <zix/attributes.h> +#include <zix/btree.h> #include <zix/status.h> #include <assert.h> |