diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-12-21 23:54:35 -0500 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-12-22 05:00:20 +0000 |
commit | 998a84774bb05a7165d5c7b1637c58fadda50a00 (patch) | |
tree | 412c7af65d91aa9b28a145e49b058924de0c3067 /plugins/gryphon/packet-gryphon.c | |
parent | 971d4e4ad174272bd21209693fb888b69c693d17 (diff) | |
download | wireshark-998a84774bb05a7165d5c7b1637c58fadda50a00.tar.gz wireshark-998a84774bb05a7165d5c7b1637c58fadda50a00.tar.bz2 wireshark-998a84774bb05a7165d5c7b1637c58fadda50a00.zip |
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/packet-gryphon.c')
-rw-r--r-- | plugins/gryphon/packet-gryphon.c | 3 |
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" /* |