summaryrefslogtreecommitdiffstats
path: root/test/headers/test_headers.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:06:12 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:06:12 -0500
commit70a64605f7da52b463db610a5a42a5f4f749dda8 (patch)
tree9dbdbe27f02c5c380744abd90a0eaa884b4f51f6 /test/headers/test_headers.c
parent8430cfd24c7b0b0e72ad7b97389de6edd188b735 (diff)
downloadzix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.gz
zix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.bz2
zix-70a64605f7da52b463db610a5a42a5f4f749dda8.zip
Use angle brackets for library includes
Diffstat (limited to 'test/headers/test_headers.c')
-rw-r--r--test/headers/test_headers.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c
index a610600..2b4d09b 100644
--- a/test/headers/test_headers.c
+++ b/test/headers/test_headers.c
@@ -1,21 +1,21 @@
// Copyright 2022 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "zix/allocator.h" // IWYU pragma: keep
-#include "zix/attributes.h" // IWYU pragma: keep
-#include "zix/btree.h" // IWYU pragma: keep
-#include "zix/bump_allocator.h" // IWYU pragma: keep
-#include "zix/digest.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
-#include "zix/ring.h" // IWYU pragma: keep
-#include "zix/sem.h" // IWYU pragma: keep
-#include "zix/status.h" // IWYU pragma: keep
-#include "zix/string_view.h" // IWYU pragma: keep
-#include "zix/thread.h" // IWYU pragma: keep
-#include "zix/tree.h" // IWYU pragma: keep
-#include "zix/zix.h" // IWYU pragma: keep
+#include <zix/allocator.h> // IWYU pragma: keep
+#include <zix/attributes.h> // IWYU pragma: keep
+#include <zix/btree.h> // IWYU pragma: keep
+#include <zix/bump_allocator.h> // IWYU pragma: keep
+#include <zix/digest.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
+#include <zix/ring.h> // IWYU pragma: keep
+#include <zix/sem.h> // IWYU pragma: keep
+#include <zix/status.h> // IWYU pragma: keep
+#include <zix/string_view.h> // IWYU pragma: keep
+#include <zix/thread.h> // IWYU pragma: keep
+#include <zix/tree.h> // IWYU pragma: keep
+#include <zix/zix.h> // IWYU pragma: keep
#if defined(__GNUC__)
__attribute__((const))