From 8ac1335d8b9c349009a37cac7194f76f42ef42d8 Mon Sep 17 00:00:00 2001 From: 13579xxl <13807918069@qq.com> Date: Sun, 1 Oct 2023 19:01:03 +0800 Subject: [PATCH] Removed an extra header file --- cJSON_Utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cJSON_Utils.c b/cJSON_Utils.c index 63651dfb..75bcb484 100644 --- a/cJSON_Utils.c +++ b/cJSON_Utils.c @@ -41,7 +41,7 @@ #include #include #include -#include + #if defined(_MSC_VER) #pragma warning (pop)