diff options
Diffstat (limited to 'src/port/getopt.c')
-rw-r--r-- | src/port/getopt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/port/getopt.c b/src/port/getopt.c index 8451a872aa1..48d10fb9ee4 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -34,14 +34,10 @@ #include "c.h" - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95"; #endif /* LIBC_SCCS and not lint */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> int opterr = 1, /* if error message should be printed */ optind = 1, /* index into parent argv vector */ |