aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
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/ethercat
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/ethercat')
-rw-r--r--plugins/ethercat/packet-ams.c2
-rw-r--r--plugins/ethercat/packet-ecatmb.c2
-rw-r--r--plugins/ethercat/packet-esl.c2
-rw-r--r--plugins/ethercat/packet-ethercat-datagram.c2
-rw-r--r--plugins/ethercat/packet-ethercat-frame.c2
-rw-r--r--plugins/ethercat/packet-ioraw.c2
-rw-r--r--plugins/ethercat/packet-nv.c2
7 files changed, 0 insertions, 14 deletions
diff --git a/plugins/ethercat/packet-ams.c b/plugins/ethercat/packet-ams.c
index bf5d8a8aef..a3ab04a926 100644
--- a/plugins/ethercat/packet-ams.c
+++ b/plugins/ethercat/packet-ams.c
@@ -26,8 +26,6 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include "packet-ams.h"
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index 96ab7999d5..b0f2e133bc 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -28,8 +28,6 @@
#include <string.h>
-#include <glib.h>
-
#include <epan/packet.h>
#include "packet-ecatmb.h"
diff --git a/plugins/ethercat/packet-esl.c b/plugins/ethercat/packet-esl.c
index 74bebd4c04..e2322025d8 100644
--- a/plugins/ethercat/packet-esl.c
+++ b/plugins/ethercat/packet-esl.c
@@ -24,8 +24,6 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include <epan/prefs.h>
diff --git a/plugins/ethercat/packet-ethercat-datagram.c b/plugins/ethercat/packet-ethercat-datagram.c
index ae9c0328d1..d3ef62d94f 100644
--- a/plugins/ethercat/packet-ethercat-datagram.c
+++ b/plugins/ethercat/packet-ethercat-datagram.c
@@ -26,8 +26,6 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include "packet-ethercat-datagram.h"
diff --git a/plugins/ethercat/packet-ethercat-frame.c b/plugins/ethercat/packet-ethercat-frame.c
index c3a20fe4ce..17b9d3de4a 100644
--- a/plugins/ethercat/packet-ethercat-frame.c
+++ b/plugins/ethercat/packet-ethercat-frame.c
@@ -26,8 +26,6 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include <epan/etypes.h>
diff --git a/plugins/ethercat/packet-ioraw.c b/plugins/ethercat/packet-ioraw.c
index 234a15cdab..e8c4c823e3 100644
--- a/plugins/ethercat/packet-ioraw.c
+++ b/plugins/ethercat/packet-ioraw.c
@@ -26,8 +26,6 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include "packet-ioraw.h"
diff --git a/plugins/ethercat/packet-nv.c b/plugins/ethercat/packet-nv.c
index c2903d7714..a897051210 100644
--- a/plugins/ethercat/packet-nv.c
+++ b/plugins/ethercat/packet-nv.c
@@ -26,8 +26,6 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include "packet-nv.h"