From 70a64605f7da52b463db610a5a42a5f4f749dda8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Nov 2024 16:06:12 -0500 Subject: Use angle brackets for library includes --- include/zix/ring.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/zix/ring.h') diff --git a/include/zix/ring.h b/include/zix/ring.h index ec307cf..d4a1ef2 100644 --- a/include/zix/ring.h +++ b/include/zix/ring.h @@ -4,9 +4,9 @@ #ifndef ZIX_RING_H #define ZIX_RING_H -#include "zix/allocator.h" -#include "zix/attributes.h" -#include "zix/status.h" +#include +#include +#include #include -- cgit v1.2.1