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/posix/filesystem_posix.c | 8 ++++---- src/posix/sem_posix.c | 4 ++-- src/posix/thread_posix.c | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/posix') diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c index cd53689..7553916 100644 --- a/src/posix/filesystem_posix.c +++ b/src/posix/filesystem_posix.c @@ -1,15 +1,15 @@ // Copyright 2007-2022 David Robillard // SPDX-License-Identifier: ISC -#include "zix/filesystem.h" +#include #include "../errno_status.h" #include "../system.h" #include "../zix_config.h" -#include "zix/allocator.h" -#include "zix/attributes.h" -#include "zix/status.h" +#include +#include +#include #if USE_FLOCK && USE_FILENO # include diff --git a/src/posix/sem_posix.c b/src/posix/sem_posix.c index 452830d..ea49db9 100644 --- a/src/posix/sem_posix.c +++ b/src/posix/sem_posix.c @@ -1,12 +1,12 @@ // Copyright 2012-2022 David Robillard // SPDX-License-Identifier: ISC -#include "zix/sem.h" +#include #include "../errno_status.h" #include "../zix_config.h" -#include "zix/status.h" +#include #include diff --git a/src/posix/thread_posix.c b/src/posix/thread_posix.c index 2073448..468fe38 100644 --- a/src/posix/thread_posix.c +++ b/src/posix/thread_posix.c @@ -1,11 +1,11 @@ // Copyright 2012-2020 David Robillard // SPDX-License-Identifier: ISC -#include "zix/thread.h" +#include #include "../errno_status.h" -#include "zix/status.h" +#include #include -- cgit v1.2.1