Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82622?usp=email )
Change subject: include: Remove unused <string.h> ......................................................................
include: Remove unused <string.h>
Change-Id: Ide2824cbc8525f861d36cefebf2741e009f13a12 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/bootstate.h M src/include/rmodule.h 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/82622/1
diff --git a/src/include/bootstate.h b/src/include/bootstate.h index 30231ce..ab055af 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 bf26ad0..72faecc 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 {