aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acn/packet-acn.c2
-rw-r--r--plugins/artnet/packet-artnet.c2
-rw-r--r--plugins/asn1/packet-asn1.c2
-rw-r--r--plugins/enttec/packet-enttec.c2
-rw-r--r--plugins/gryphon/packet-gryphon.c2
-rw-r--r--plugins/lwres/packet-lwres.c2
-rw-r--r--plugins/megaco/packet-megaco.c2
-rw-r--r--plugins/mgcp/packet-mgcp.c2
-rw-r--r--plugins/opsi/packet-opsi.c2
-rw-r--r--plugins/pcli/packet-pcli.c2
-rw-r--r--plugins/plugin_api.h2
-rw-r--r--plugins/plugin_api_list.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/acn/packet-acn.c b/plugins/acn/packet-acn.c
index d328f79c84..52ee837ca5 100644
--- a/plugins/acn/packet-acn.c
+++ b/plugins/acn/packet-acn.c
@@ -43,7 +43,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include "plugins/plugin_api_defs.h"
diff --git a/plugins/artnet/packet-artnet.c b/plugins/artnet/packet-artnet.c
index 9130703e59..f2c4ee174f 100644
--- a/plugins/artnet/packet-artnet.c
+++ b/plugins/artnet/packet-artnet.c
@@ -42,7 +42,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include "plugins/plugin_api_defs.h"
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index d78315d233..5edd07fdc2 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -79,7 +79,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include <epan/filesystem.h>
#include <epan/report_err.h>
diff --git a/plugins/enttec/packet-enttec.c b/plugins/enttec/packet-enttec.c
index aed64e4c6c..ae54f1a769 100644
--- a/plugins/enttec/packet-enttec.c
+++ b/plugins/enttec/packet-enttec.c
@@ -42,7 +42,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include "plugins/plugin_api_defs.h"
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index 3d56f5e2d2..dbfef47deb 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -40,7 +40,7 @@
#include <epan/packet.h>
#include "packet-gryphon.h"
#include <epan/dissectors/packet-tcp.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "plugins/plugin_api_defs.h"
diff --git a/plugins/lwres/packet-lwres.c b/plugins/lwres/packet-lwres.c
index a69441dfbb..1329ad9493 100644
--- a/plugins/lwres/packet-lwres.c
+++ b/plugins/lwres/packet-lwres.c
@@ -36,7 +36,7 @@
#include <ctype.h>
#include <time.h>
#include <string.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "plugins/plugin_api_defs.h"
#define LWRES_LWPACKET_LENGTH (4 * 5 + 2 * 4)
diff --git a/plugins/megaco/packet-megaco.c b/plugins/megaco/packet-megaco.c
index a8ab911bd8..fc5a642bbf 100644
--- a/plugins/megaco/packet-megaco.c
+++ b/plugins/megaco/packet-megaco.c
@@ -50,7 +50,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include "sctpppids.h"
#include <epan/dissectors/packet-tpkt.h>
diff --git a/plugins/mgcp/packet-mgcp.c b/plugins/mgcp/packet-mgcp.c
index 2c163d368f..1efdd2df54 100644
--- a/plugins/mgcp/packet-mgcp.c
+++ b/plugins/mgcp/packet-mgcp.c
@@ -50,7 +50,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include <epan/conversation.h>
#include "packet-mgcp.h"
diff --git a/plugins/opsi/packet-opsi.c b/plugins/opsi/packet-opsi.c
index 2dc26cb3c4..546eded413 100644
--- a/plugins/opsi/packet-opsi.c
+++ b/plugins/opsi/packet-opsi.c
@@ -44,7 +44,7 @@
#include <epan/packet.h>
#include <epan/dissectors/packet-tcp.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "packet-opsi.h"
diff --git a/plugins/pcli/packet-pcli.c b/plugins/pcli/packet-pcli.c
index 2edbbe016e..67d299ab4d 100644
--- a/plugins/pcli/packet-pcli.c
+++ b/plugins/pcli/packet-pcli.c
@@ -45,7 +45,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/strutil.h>
#include "plugins/plugin_api_defs.h"
diff --git a/plugins/plugin_api.h b/plugins/plugin_api.h
index d9e29340ce..574d962083 100644
--- a/plugins/plugin_api.h
+++ b/plugins/plugin_api.h
@@ -46,7 +46,7 @@
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/report_err.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "reassemble.h"
#include <epan/dissectors/packet-giop.h>
#include <epan/dissectors/packet-tpkt.h>
diff --git a/plugins/plugin_api_list.c b/plugins/plugin_api_list.c
index 710f390d49..f30b46e796 100644
--- a/plugins/plugin_api_list.c
+++ b/plugins/plugin_api_list.c
@@ -31,7 +31,7 @@
#include <epan/filesystem.h>
#include <epan/report_err.h>
#include <epan/except.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "reassemble.h"
#include <epan/dissectors/packet-giop.h>
#include <epan/dissectors/packet-per.h>