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/errno_status.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/errno_status.h') diff --git a/src/errno_status.h b/src/errno_status.h index 9c147db..969d0dc 100644 --- a/src/errno_status.h +++ b/src/errno_status.h @@ -4,8 +4,8 @@ #ifndef ZIX_ERRNO_STATUS_H #define ZIX_ERRNO_STATUS_H -#include "zix/attributes.h" -#include "zix/status.h" +#include +#include /// Return an errno value converted to a status code ZIX_CONST_FUNC ZixStatus -- cgit v1.2.1