aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-08-29 01:40:32 +0000
committerBill Meier <wmeier@newsguy.com>2008-08-29 01:40:32 +0000
commita3a9ff5a2b9008a6b1c36dfe07b557b0fd7f6d01 (patch)
tree05758e82ffecd7f08d430aee3226b5e039d5bf24 /plugins/ethercat
parent7780d2b8a3f1a4b3caa7820471c1f689e2af5db9 (diff)
#include <prefs.h> not required
svn path=/trunk/; revision=26103
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/packet-ethercat-datagram.c1
-rw-r--r--plugins/ethercat/packet-ethercat-frame.c1
-rw-r--r--plugins/ethercat/packet-ioraw.c1
-rw-r--r--plugins/ethercat/packet-nv.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ethercat/packet-ethercat-datagram.c b/plugins/ethercat/packet-ethercat-datagram.c
index f29efdd3c2..71e2d4ee06 100644
--- a/plugins/ethercat/packet-ethercat-datagram.c
+++ b/plugins/ethercat/packet-ethercat-datagram.c
@@ -40,7 +40,6 @@
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include <epan/prefs.h>
#include <epan/strutil.h>
#include "packet-ethercat-datagram.h"
diff --git a/plugins/ethercat/packet-ethercat-frame.c b/plugins/ethercat/packet-ethercat-frame.c
index 49c49064f0..c2d5845795 100644
--- a/plugins/ethercat/packet-ethercat-frame.c
+++ b/plugins/ethercat/packet-ethercat-frame.c
@@ -40,7 +40,6 @@
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include <epan/prefs.h>
#include <epan/strutil.h>
#include <epan/etypes.h>
diff --git a/plugins/ethercat/packet-ioraw.c b/plugins/ethercat/packet-ioraw.c
index db1f618d06..f045fc7cc5 100644
--- a/plugins/ethercat/packet-ioraw.c
+++ b/plugins/ethercat/packet-ioraw.c
@@ -40,7 +40,6 @@
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include <epan/prefs.h>
#include <epan/strutil.h>
#include "packet-ioraw.h"
diff --git a/plugins/ethercat/packet-nv.c b/plugins/ethercat/packet-nv.c
index d6de013636..eca2d27de5 100644
--- a/plugins/ethercat/packet-nv.c
+++ b/plugins/ethercat/packet-nv.c
@@ -40,7 +40,6 @@
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include <epan/prefs.h>
#include <epan/strutil.h>
#include "packet-nv.h"