aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgm.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-pgm.c
parent055dd620636f63171360f7f8a57569fcb978fb2b (diff)
#include <string.h> not needed.
svn path=/trunk/; revision=32411
Diffstat (limited to 'epan/dissectors/packet-pgm.c')
-rw-r--r--epan/dissectors/packet-pgm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pgm.c b/epan/dissectors/packet-pgm.c
index 54eaeeee54..545e24a013 100644
--- a/epan/dissectors/packet-pgm.c
+++ b/epan/dissectors/packet-pgm.c
@@ -32,7 +32,6 @@
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
-#include <string.h>
#include <epan/packet.h>
#include <epan/afn.h>
#include <epan/ipproto.h>