From baa070a81fb8299ad400636ccb839b651a99a1dc Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 6 Apr 2019 18:00:35 +0200 Subject: src: Fix remaining #include Follow-up to add76f91d5 (src: Use #include when appropriate). Change-Id: I7813daa0b73039ec76d33a16ce3ae0ce6cc7f2cc Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/32232 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- src/include/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/thread.h b/src/include/thread.h index e8041c7a99..e6af2efd55 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -18,7 +18,6 @@ #include #include #include -#include #include #if CONFIG(COOP_MULTITASKING) && !defined(__SMM__) && !defined(__PRE_RAM__) -- cgit v1.2.3