summaryrefslogtreecommitdiff
path: root/src/include/thread.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/thread.h
parent5817c56d193515d39f402ac95104b10f6de6e41f (diff)
downloadcoreboot-1b446cd4cf9446fd9e3d986fae854882e6e3c327.tar.xz
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/thread.h')
-rw-r--r--src/include/thread.h1
1 files changed, 0 insertions, 1 deletions
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 <stddef.h>
#include <stdint.h>
#include <bootstate.h>
#include <arch/cpu.h>