From 6dbf5891f52b1e06f8448e2b0526214bc882c6ec Mon Sep 17 00:00:00 2001 From: Leo C. Date: Fri, 28 Jun 2024 22:35:29 +0200 Subject: clean up includes --- avr/getopt-min.c | 1 - 1 file changed, 1 deletion(-) (limited to 'avr/getopt-min.c') diff --git a/avr/getopt-min.c b/avr/getopt-min.c index 401beed..4e67a9b 100644 --- a/avr/getopt-min.c +++ b/avr/getopt-min.c @@ -11,7 +11,6 @@ /* $Id: getopt.c,v 1.2 1992/12/07 11:12:52 nickc Exp $ */ #include "common.h" /* definition of FLASH */ -#include int optind; /* next argv[] index */ char *optarg; /* option parameter if any */ -- cgit v1.2.3