diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-11-14 20:08:44 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-11-14 20:08:44 +0000 |
commit | c3814a25deea9c67ee0e76aadc5050751edf3e10 (patch) | |
tree | abd444c645fd0f670c78c1bd283875f2b5684557 /epan/dissectors/packet-afp.c | |
parent | 0d413cf57ea174828844fc754a53f9805031471f (diff) | |
download | wireshark-c3814a25deea9c67ee0e76aadc5050751edf3e10.tar.gz wireshark-c3814a25deea9c67ee0e76aadc5050751edf3e10.tar.bz2 wireshark-c3814a25deea9c67ee0e76aadc5050751edf3e10.zip |
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.c | 2 |
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> */ |