aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.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 /epan/dissectors/packet-afp.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 'epan/dissectors/packet-afp.c')
-rw-r--r--epan/dissectors/packet-afp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index 87deacd70c..cc68b6f515 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -32,8 +32,6 @@
#include <stdio.h>
#include <string.h>
-
-#include <string.h>
#include <glib.h>
#include <epan/packet.h>
/* #include <epan/strutil.h> */