From bc867d5b1d47e961b563431ec602934280fcbb96 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 11 May 2020 18:13:33 +0200 Subject: src/mainboard: Remove unused 'include ' Found using following commande: diff <(git grep -l '#include ' -- src/) <(git grep -l ' memalign\|malloc\|free' -- src/) |grep -v vendorcode |grep '<' Change-Id: Ib2ee840a10de5c10d57aa7a75b805ef69dc8da84 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41241 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/lippert/frontrunner-af/sema.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/lippert/frontrunner-af/sema.c') diff --git a/src/mainboard/lippert/frontrunner-af/sema.c b/src/mainboard/lippert/frontrunner-af/sema.c index 51fe01fbcb..fb8e6ef877 100644 --- a/src/mainboard/lippert/frontrunner-af/sema.c +++ b/src/mainboard/lippert/frontrunner-af/sema.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include -- cgit v1.2.3