aboutsummaryrefslogtreecommitdiff
path: root/src/include/bootstate.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-30 20:07:30 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-02 09:05:44 +0000
commitc5a5b369a8f27b3aa8ea63e452f1474f9ef37cd9 (patch)
tree4aa855391096f94018f956a153f6b6e0381b4a3f /src/include/bootstate.h
parent630aa4b3db1b7fa459380ec52328d632b53b22de (diff)
src/include: Remove unused <stdlib.h>
Change-Id: I9e5d18739e7c5b5c742a905ac482529c7e0866df Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37827 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r--src/include/bootstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index 26038c6101..c53884e944 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -16,7 +16,6 @@
#define BOOTSTATE_H
#include <string.h>
-#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>
/* Only declare main() when in ramstage. */