diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 15:18:25 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 15:18:25 -0500 |
commit | 55d397fe715502a6dabfa59e735eca32fa9f2f48 (patch) | |
tree | a971e9308cd150f8d20c4e2ba9e1906561388bae /test/headers | |
parent | 39e30fdc4016337c5e41413600e337879949fac5 (diff) | |
download | zix-55d397fe715502a6dabfa59e735eca32fa9f2f48.tar.gz zix-55d397fe715502a6dabfa59e735eca32fa9f2f48.tar.bz2 zix-55d397fe715502a6dabfa59e735eca32fa9f2f48.zip |
Clean up includes
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/test_headers.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |