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 --- src/bump_allocator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bump_allocator.c') diff --git a/src/bump_allocator.c b/src/bump_allocator.c index 8096907..01c1652 100644 --- a/src/bump_allocator.c +++ b/src/bump_allocator.c @@ -1,10 +1,10 @@ // Copyright 2021 David Robillard // SPDX-License-Identifier: ISC -#include "zix/bump_allocator.h" +#include -#include "zix/allocator.h" -#include "zix/attributes.h" +#include +#include #include #include -- cgit v1.2.1