summaryrefslogtreecommitdiff
path: root/plugins/gryphon/packet-gryphon.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-21 14:36:27 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-21 14:36:27 +0000
commit6f87844d0a367b1e88f94fce14ceb387695349f7 (patch)
tree75f3d25ab4a47d3f502ed99615c55a3565f5f9a5 /plugins/gryphon/packet-gryphon.c
parent2afdee256c251619ed4cc9778463888d8fc70569 (diff)
downloadwireshark-6f87844d0a367b1e88f94fce14ceb387695349f7.tar.gz
(Minor) Remove unneeded #includes.
svn path=/trunk/; revision=29492
Diffstat (limited to 'plugins/gryphon/packet-gryphon.c')
-rw-r--r--plugins/gryphon/packet-gryphon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index 935ba3b1a5..eddd4e46b3 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -28,10 +28,6 @@
#include "config.h"
#endif
-#include <string.h>
-#include <ctype.h>
-#include <time.h>
-
#include <glib.h>
#include <epan/packet.h>
#include "packet-gryphon.h"