Thomas Heijligen has uploaded this change for review. ( 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 --- M flashrom.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/12/63412/1
diff --git a/flashrom.c b/flashrom.c index ac61259..0df985c 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