aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-14 20:08:44 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-14 20:08:44 +0000
commited0fafe4b2750800c08899957db3e647263e6f59 (patch)
treeabd444c645fd0f670c78c1bd283875f2b5684557 /getopt.c
parent343257ace6a2eb373f13db7a5339d721ff37d7e7 (diff)
nikai@nikai.net:
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225 Attempting a simple cleanup of duplicated includes, will attach patch. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19894 f5534014-38df-0310-8fa8-9805f1628bb7
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