aboutsummaryrefslogtreecommitdiff
path: root/src/include/list.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-12 09:23:26 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-26 21:37:55 +0000
commit1b446cd4cf9446fd9e3d986fae854882e6e3c327 (patch)
treec238816e91e2c19ec749daf57f571ff4f082c40f /src/include/list.h
parent5817c56d193515d39f402ac95104b10f6de6e41f (diff)
src/include: Remove unused 'include <stddef.h>'
Change-Id: I525eb58669d256286e8476b12174d37d1d9aa3bf Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43370 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/list.h')
-rw-r--r--src/include/list.h2
1 files changed, 0 insertions, 2 deletions
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 <stddef.h>
-
struct list_node {
struct list_node *next;
struct list_node *prev;