summaryrefslogtreecommitdiff
path: root/plugins/gryphon
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-12-21 23:54:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-12-22 05:00:20 +0000
commit998a84774bb05a7165d5c7b1637c58fadda50a00 (patch)
tree412c7af65d91aa9b28a145e49b058924de0c3067 /plugins/gryphon
parent971d4e4ad174272bd21209693fb888b69c693d17 (diff)
downloadwireshark-998a84774bb05a7165d5c7b1637c58fadda50a00.tar.gz
plugins: Cleanup #includes
Change-Id: Ic839f2995532d68308f8b5908c185acc7acaaa9c Mostly: remove '#include <glib/glib.h>' and certain other #includes already included in packet.h Reviewed-on: https://code.wireshark.org/review/5971 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/packet-gryphon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index ad3be8cd38..41a971fb77 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -24,10 +24,9 @@
#include "config.h"
-#include <glib.h>
#include <epan/packet.h>
-#include <epan/dissectors/packet-tcp.h>
#include <epan/prefs.h>
+#include <epan/dissectors/packet-tcp.h>
#include "packet-gryphon.h"
/*