HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43370 )
Change subject: src/include: Remove unused 'include <stddef.h>' ......................................................................
src/include: Remove unused 'include <stddef.h>'
Change-Id: I525eb58669d256286e8476b12174d37d1d9aa3bf Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/list.h M src/include/thread.h 2 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/43370/1
diff --git a/src/include/list.h b/src/include/list.h index ca8a520..3944878 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; diff --git a/src/include/thread.h b/src/include/thread.h index df307fa..a2c7ed2 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -2,7 +2,6 @@ #ifndef THREAD_H_ #define THREAD_H_
-#include <stddef.h> #include <stdint.h> #include <bootstate.h> #include <arch/cpu.h>
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43370 )
Change subject: src/include: Remove unused 'include <stddef.h>' ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43370 )
Change subject: src/include: Remove unused 'include <stddef.h>' ......................................................................
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 --- M src/include/list.h M src/include/thread.h 2 files changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/include/list.h b/src/include/list.h index ca8a520..3944878 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; diff --git a/src/include/thread.h b/src/include/thread.h index df307fa..a2c7ed2 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -2,7 +2,6 @@ #ifndef THREAD_H_ #define THREAD_H_
-#include <stddef.h> #include <stdint.h> #include <bootstate.h> #include <arch/cpu.h>