aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-21 14:36:27 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-21 14:36:27 +0000
commit6f87844d0a367b1e88f94fce14ceb387695349f7 (patch)
tree75f3d25ab4a47d3f502ed99615c55a3565f5f9a5 /plugins/ethercat
parent2afdee256c251619ed4cc9778463888d8fc70569 (diff)
(Minor) Remove unneeded #includes.
svn path=/trunk/; revision=29492
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/packet-ams.c7
-rw-r--r--plugins/ethercat/packet-ecatmb.c6
-rw-r--r--plugins/ethercat/packet-ethercat-datagram.c8
-rw-r--r--plugins/ethercat/packet-ethercat-frame.c8
-rw-r--r--plugins/ethercat/packet-ioraw.c8
-rw-r--r--plugins/ethercat/packet-nv.c8
6 files changed, 0 insertions, 45 deletions
diff --git a/plugins/ethercat/packet-ams.c b/plugins/ethercat/packet-ams.c
index 82076d3c31..6ab6b85a10 100644
--- a/plugins/ethercat/packet-ams.c
+++ b/plugins/ethercat/packet-ams.c
@@ -30,16 +30,9 @@
#include "config.h"
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h>
-#include <string.h>
-
#include <glib.h>
#include <epan/packet.h>
-#include <epan/strutil.h>
#include "packet-ams.h"
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index 030b63d9f2..57410dec7b 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -30,17 +30,11 @@
#include "config.h"
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h>
#include <string.h>
#include <glib.h>
#include <epan/packet.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
#include "packet-ecatmb.h"
diff --git a/plugins/ethercat/packet-ethercat-datagram.c b/plugins/ethercat/packet-ethercat-datagram.c
index faa191b1de..1fd66b5d72 100644
--- a/plugins/ethercat/packet-ethercat-datagram.c
+++ b/plugins/ethercat/packet-ethercat-datagram.c
@@ -30,17 +30,9 @@
#include "config.h"
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h>
-#include <string.h>
-
#include <glib.h>
#include <epan/packet.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
#include "packet-ethercat-datagram.h"
#include "packet-ecatmb.h"
diff --git a/plugins/ethercat/packet-ethercat-frame.c b/plugins/ethercat/packet-ethercat-frame.c
index b340b6154a..0369b60c70 100644
--- a/plugins/ethercat/packet-ethercat-frame.c
+++ b/plugins/ethercat/packet-ethercat-frame.c
@@ -30,17 +30,9 @@
#include "config.h"
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h>
-#include <string.h>
-
#include <glib.h>
#include <epan/packet.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
#include <epan/etypes.h>
#include "packet-ethercat-frame.h"
diff --git a/plugins/ethercat/packet-ioraw.c b/plugins/ethercat/packet-ioraw.c
index ce23661111..5f25db6c7c 100644
--- a/plugins/ethercat/packet-ioraw.c
+++ b/plugins/ethercat/packet-ioraw.c
@@ -30,17 +30,9 @@
#include "config.h"
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h>
-#include <string.h>
-
#include <glib.h>
#include <epan/packet.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
#include "packet-ioraw.h"
diff --git a/plugins/ethercat/packet-nv.c b/plugins/ethercat/packet-nv.c
index 350fc2d17c..171d941871 100644
--- a/plugins/ethercat/packet-nv.c
+++ b/plugins/ethercat/packet-nv.c
@@ -30,17 +30,9 @@
#include "config.h"
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h>
-#include <string.h>
-
#include <glib.h>
#include <epan/packet.h>
-#include <epan/addr_resolv.h>
-#include <epan/strutil.h>
#include "packet-nv.h"