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 --- mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mrbgems/mruby-bin-debugger') diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c index 368ececcf..27db02b48 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c @@ -3,7 +3,6 @@ */ #include -#include #include #include "mrdb.h" -- cgit v1.2.3