aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-brdwlk.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-06 21:14:01 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-06 21:14:01 +0000
commit055dd620636f63171360f7f8a57569fcb978fb2b (patch)
tree6f3a1f91b20bbf4fad61338dcee0783da21d7b5e /epan/dissectors/packet-brdwlk.c
parent176c3040901dcae94e0d2e1fc0b58f75bc4a4fab (diff)
#include <string.h> not needed.
svn path=/trunk/; revision=32410
Diffstat (limited to 'epan/dissectors/packet-brdwlk.c')
-rw-r--r--epan/dissectors/packet-brdwlk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-brdwlk.c b/epan/dissectors/packet-brdwlk.c
index eb8d90013d..994bc7db8a 100644
--- a/epan/dissectors/packet-brdwlk.c
+++ b/epan/dissectors/packet-brdwlk.c
@@ -28,7 +28,6 @@
#endif
#include <stdlib.h>
-#include <string.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>