removed unused header

This commit is contained in:
Soumik15630m 2026-02-15 23:39:07 +05:30
parent 79b61baec6
commit f5dd4a7f74

View File

@ -1,6 +1,6 @@
#ifndef FMT_C_H
#define FMT_C_H
#include <stddef.h>
#ifdef __cplusplus
# define _Bool bool
#endif