From 79b61baec6d6dbc97deb6e798c02d84c9bfa2d5e Mon Sep 17 00:00:00 2001 From: Soumik15630m Date: Sun, 15 Feb 2026 23:36:13 +0530 Subject: [PATCH] removed unused header --- include/fmt/fmt-c.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/fmt-c.h b/include/fmt/fmt-c.h index 34927bf1..b27803f7 100644 --- a/include/fmt/fmt-c.h +++ b/include/fmt/fmt-c.h @@ -4,7 +4,6 @@ #ifdef __cplusplus # define _Bool bool #endif -#include void fmt_error_unsupported_type_detected(void);