summaryrefslogtreecommitdiff
path: root/plugins/wimaxasncp
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/wimaxasncp
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/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index dce21816ab..e4570113d1 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -31,18 +31,15 @@
#include <stdio.h>
#include <stdlib.h>
-#include <glib.h>
-
-#include <wsutil/report_err.h>
-
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/sminmpec.h>
#include <epan/addr_resolv.h>
#include <epan/ipproto.h>
#include <epan/expert.h>
-#include <wsutil/filesystem.h>
#include <epan/eap.h>
+#include <wsutil/filesystem.h>
+#include <wsutil/report_err.h>
#include "wimaxasncp_dict.h"