summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-06 22:09:47 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-06 22:09:47 +0000
commit69df32fb1197318f0fbd4a788ac641dcbcd9cc73 (patch)
tree838fa64e70b161c8b6da538ae99df5aa11a4df87 /epan/dissectors/packet-dhcpv6.c
parent055dd620636f63171360f7f8a57569fcb978fb2b (diff)
downloadwireshark-69df32fb1197318f0fbd4a788ac641dcbcd9cc73.tar.gz
#include <string.h> not needed.
svn path=/trunk/; revision=32411
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index 5c4a84acd1..15fc28c2cf 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -46,7 +46,6 @@
# include "config.h"
#endif
-#include <string.h>
#include <glib.h>
#include <epan/packet.h>
#include <epan/sminmpec.h>