From 1b446cd4cf9446fd9e3d986fae854882e6e3c327 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 12 Jul 2020 09:23:26 +0200 Subject: src/include: Remove unused 'include ' Change-Id: I525eb58669d256286e8476b12174d37d1d9aa3bf Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/43370 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/include/list.h | 2 -- src/include/thread.h | 1 - 2 files changed, 3 deletions(-) (limited to 'src') diff --git a/src/include/list.h b/src/include/list.h index ca8a520fb7..394487831c 100644 --- a/src/include/list.h +++ b/src/include/list.h @@ -4,8 +4,6 @@ #ifndef __LIST_H__ #define __LIST_H__ -#include - struct list_node { struct list_node *next; struct list_node *prev; diff --git a/src/include/thread.h b/src/include/thread.h index df307fa6f8..a2c7ed2085 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -2,7 +2,6 @@ #ifndef THREAD_H_ #define THREAD_H_ -#include #include #include #include -- cgit v1.2.3