diff options
author | David Robillard <d@drobilla.net> | 2024-11-23 16:06:12 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-23 16:06:12 -0500 |
commit | 70a64605f7da52b463db610a5a42a5f4f749dda8 (patch) | |
tree | 9dbdbe27f02c5c380744abd90a0eaa884b4f51f6 /test/test_hash.c | |
parent | 8430cfd24c7b0b0e72ad7b97389de6edd188b735 (diff) | |
download | zix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.gz zix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.bz2 zix-70a64605f7da52b463db610a5a42a5f4f749dda8.zip |
Use angle brackets for library includes
Diffstat (limited to 'test/test_hash.c')
-rw-r--r-- | test/test_hash.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test_hash.c b/test/test_hash.c index 31c7e45..2ff286c 100644 --- a/test/test_hash.c +++ b/test/test_hash.c @@ -10,11 +10,11 @@ #include "failing_allocator.h" #include "test_data.h" -#include "zix/allocator.h" -#include "zix/attributes.h" -#include "zix/digest.h" -#include "zix/hash.h" -#include "zix/status.h" +#include <zix/allocator.h> +#include <zix/attributes.h> +#include <zix/digest.h> +#include <zix/hash.h> +#include <zix/status.h> #include <assert.h> #include <inttypes.h> |