From 36b569af55484e99ecb55a55b5a480b07137afd9 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 12 Jul 2020 09:06:41 +0200 Subject: src/include: Remove unused 'include ' Change-Id: I407474eac9f44f04036af7182714db7fdc4035f1 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/43369 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/include/stdbool.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/stdbool.h') diff --git a/src/include/stdbool.h b/src/include/stdbool.h index d7f9e643ea..3733527bd2 100644 --- a/src/include/stdbool.h +++ b/src/include/stdbool.h @@ -3,9 +3,6 @@ #ifndef __STDBOOL_H__ #define __STDBOOL_H__ -#include - - typedef _Bool bool; #define true 1 #define false 0 -- cgit v1.2.3