Nico Huber has submitted this change. ( https://review.coreboot.org/c/flashrom/+/63412 )
Change subject: flashrom.c: remove unused include ......................................................................
flashrom.c: remove unused include
getopt.h is only needed in cli_classic.c
Change-Id: I09b3233a128582bc98c5af77b6c89bd49984800e Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com Reviewed-on: https://review.coreboot.org/c/flashrom/+/63412 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: Angel Pons th3fanbus@gmail.com --- M flashrom.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/flashrom.c b/flashrom.c index 51a9fbe..7937885 100644 --- a/flashrom.c +++ b/flashrom.c @@ -30,7 +30,6 @@ #include <stdlib.h> #include <errno.h> #include <ctype.h> -#include <getopt.h> #if HAVE_UTSNAME == 1 #include <sys/utsname.h> #endif
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.