aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcfcs.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-fcfcs.c
parent055dd620636f63171360f7f8a57569fcb978fb2b (diff)
#include <string.h> not needed.
svn path=/trunk/; revision=32411
Diffstat (limited to 'epan/dissectors/packet-fcfcs.c')
-rw-r--r--epan/dissectors/packet-fcfcs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcfcs.c b/epan/dissectors/packet-fcfcs.c
index 32479c97b5..da705466c3 100644
--- a/epan/dissectors/packet-fcfcs.c
+++ b/epan/dissectors/packet-fcfcs.c
@@ -28,7 +28,6 @@
#endif
#include <stdlib.h>
-#include <string.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>