aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_enumparser.c
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/opcua/opcua_enumparser.c
parent971d4e4ad174272bd21209693fb888b69c693d17 (diff)
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/opcua/opcua_enumparser.c')
-rw-r--r--plugins/opcua/opcua_enumparser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_enumparser.c b/plugins/opcua/opcua_enumparser.c
index 54113a2ddd..783ccdb318 100644
--- a/plugins/opcua/opcua_enumparser.c
+++ b/plugins/opcua/opcua_enumparser.c
@@ -21,7 +21,6 @@
#include "config.h"
-#include <glib.h>
#include <epan/packet.h>
#include "opcua_enumparser.h"