aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-04-06 20:45:02 +0200
committerNico Huber <nico.h@gmx.de>2022-04-13 11:46:58 +0000
commitd200173a1d38cc2e59c2ef8dddb44f7a02bde99a (patch)
tree8cff43347b02abca085a303df2c40c353301c5c8 /flashrom.c
parent50cd432c7462652ffb24441fea1a244264638539 (diff)
downloadflashrom-d200173a1d38cc2e59c2ef8dddb44f7a02bde99a.tar.gz
flashrom-d200173a1d38cc2e59c2ef8dddb44f7a02bde99a.tar.bz2
flashrom-d200173a1d38cc2e59c2ef8dddb44f7a02bde99a.zip
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>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 51a9fbee..79378857 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