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/allocator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/allocator.c') diff --git a/src/allocator.c b/src/allocator.c index 09e3271..cb05f0d 100644 --- a/src/allocator.c +++ b/src/allocator.c @@ -1,9 +1,9 @@ // Copyright 2011-2021 David Robillard // SPDX-License-Identifier: ISC -#include "zix/allocator.h" +#include -#include "zix/attributes.h" +#include #include "zix_config.h" -- cgit v1.2.1