From 9747f4f9db15087589cecf68683fbd9084d95c3a Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Tue, 24 Jun 2025 11:24:31 -0400 Subject: [PATCH] fix some warning --- src/core/sync/fence/gryphn_fence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sync/fence/gryphn_fence.h b/src/core/sync/fence/gryphn_fence.h index c028bd2..cf573d6 100644 --- a/src/core/sync/fence/gryphn_fence.h +++ b/src/core/sync/fence/gryphn_fence.h @@ -1,6 +1,6 @@ #pragma once #include "stdint.h" -#include "utils/gryphn_bool.h" +#include #include "utils/gryphn_error_code.h" #include "utils/lists/gryphn_array_list.h" #include "core/gryphn_handles.h"