From 5c804cf68f2b7e80780d3d812efb70ef9e376c08 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 24 Jul 2021 19:03:32 +0900 Subject: Remove redundant include headers. - stdlib.h - stddef.h - stdint.h - stdarg.h - limits.h - float.h --- src/error.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/error.c') diff --git a/src/error.c b/src/error.c index 7953deea7..45e118b96 100644 --- a/src/error.c +++ b/src/error.c @@ -5,7 +5,6 @@ */ #include -#include #include #include #include -- cgit v1.2.3