aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcsp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 21:14:01 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 21:14:01 +0000
commit9274e2cb964647a2bf1a2e18fc54c14ccf054c12 (patch)
tree6f3a1f91b20bbf4fad61338dcee0783da21d7b5e /epan/dissectors/packet-fcsp.c
parent435cee1738898c136aa15056721fa876d6dc26cd (diff)
#include <string.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fcsp.c')
-rw-r--r--epan/dissectors/packet-fcsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcsp.c b/epan/dissectors/packet-fcsp.c
index 8875f1e6f2..d512efc8fd 100644
--- a/epan/dissectors/packet-fcsp.c
+++ b/epan/dissectors/packet-fcsp.c
@@ -35,7 +35,6 @@
#endif
#include <stdlib.h>
-#include <string.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>