From b7f4c813f1283e2e33264f6985bd1f170670f621 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 8 Jul 2020 09:47:38 +0200 Subject: commands: dhrystone: remove unneeded and out-of-place Our bool definitions come out of . shouldn't be used for normal barebox code. We already include by means of above. So drop the Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- commands/dhrystone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/dhrystone.c b/commands/dhrystone.c index c839b0c043..154910e5d0 100644 --- a/commands/dhrystone.c +++ b/commands/dhrystone.c @@ -17,7 +17,6 @@ #include #include #include -#include #include /* for strcpy, strcmp */ enum idents {ident_1, ident_2, ident_3, ident_4, ident_5}; -- cgit v1.2.3