aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-11-14 20:08:44 +0000
committerJörg Mayer <jmayer@loplof.de>2006-11-14 20:08:44 +0000
commitc3814a25deea9c67ee0e76aadc5050751edf3e10 (patch)
treeabd444c645fd0f670c78c1bd283875f2b5684557 /getopt.c
parent0d413cf57ea174828844fc754a53f9805031471f (diff)
nikai@nikai.net:
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225 Attempting a simple cleanup of duplicated includes, will attach patch. svn path=/trunk/; revision=19894
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/getopt.c b/getopt.c
index 04875848b2..47c70d047d 100644
--- a/getopt.c
+++ b/getopt.c
@@ -167,7 +167,6 @@ static enum
because there are many ways it can cause trouble.
On some systems, it contains special magic macros that don't work
in GCC. */
-#include <string.h>
#define my_index strchr
#else