From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jt4nw-00032v-NE for barebox@lists.infradead.org; Wed, 08 Jul 2020 07:47:45 +0000 From: Ahmad Fatoum Date: Wed, 8 Jul 2020 09:47:38 +0200 Message-Id: <20200708074739.359-5-a.fatoum@pengutronix.de> In-Reply-To: <20200708074739.359-1-a.fatoum@pengutronix.de> References: <20200708074739.359-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/5] commands: dhrystone: remove unneeded and out-of-place To: barebox@lists.infradead.org Cc: Ahmad Fatoum 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 --- commands/dhrystone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/dhrystone.c b/commands/dhrystone.c index c839b0c04351..154910e5d079 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}; -- 2.27.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox