]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/getopt-min.c
clean up includes
[z180-stamp.git] / avr / getopt-min.c
index 401beedfc1b40333494ef213fc338bd96cba726f..4e67a9b4d0712a4c5e5a1d1a03318cc5ad65bf3b 100644 (file)
@@ -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 <string.h>
 
 int    optind;                 /* next argv[] index */
 char *optarg;          /* option parameter if any */