From 3099281b28c08d8b822a4ecc1d1e59e3978d79f5 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Fri, 6 Mar 2026 18:24:46 -0500 Subject: [PATCH] don't include cute_array.h in cute_math.h cute_array.h pulls in all of ckit which is not needed --- include/cute_math.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cute_math.h b/include/cute_math.h index 500ddc08..85239991 100644 --- a/include/cute_math.h +++ b/include/cute_math.h @@ -9,7 +9,6 @@ #define CF_MATH_H #include "cute_defines.h" -#include "cute_array.h" #ifndef CF_SQRTF #include