summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-05-27 11:36:52 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-05-29 10:34:08 +0000
commit08375b508222d4cdc85b01497322ffbac40f5a69 (patch)
treec7cbf2a17d9049844f378e74530061ae8897fd91 /src/include
parentbdd03c20d5b1cd7ca17e2559a44ddcf1da06f3be (diff)
downloadcoreboot-08375b508222d4cdc85b01497322ffbac40f5a69.tar.gz
coreboot-08375b508222d4cdc85b01497322ffbac40f5a69.tar.bz2
coreboot-08375b508222d4cdc85b01497322ffbac40f5a69.zip
tree: Remove unused <string.h>
Change-Id: I9ed1a82fcd3fc29124ddc406592bd45dc84d4628 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82666 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/bootstate.h1
-rw-r--r--src/include/rmodule.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index 30231ce568a6..ab055afae731 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -3,7 +3,6 @@
#define BOOTSTATE_H
#include <assert.h>
-#include <string.h>
#include <stddef.h>
/* Only declare main() when in ramstage. */
#if ENV_RAMSTAGE
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index bf26ad0b70a4..72faecced700 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -4,7 +4,6 @@
#include <stdint.h>
#include <stddef.h>
-#include <string.h>
#include <commonlib/rmodule-defs.h>
enum {