aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_dlg.c2
-rw-r--r--gtk/capture_prefs.c2
-rw-r--r--gtk/color_dlg.c2
-rw-r--r--gtk/column_prefs.c2
-rw-r--r--gtk/file_dlg.c2
-rw-r--r--gtk/find_dlg.c2
-rw-r--r--gtk/follow_dlg.c2
-rw-r--r--gtk/font_utils.c2
-rw-r--r--gtk/gui_prefs.c2
-rw-r--r--gtk/help_dlg.c2
-rw-r--r--gtk/layout_prefs.c2
-rw-r--r--gtk/main.c2
-rw-r--r--gtk/menu.c2
-rw-r--r--gtk/nameres_prefs.c2
-rw-r--r--gtk/packet_list.c2
-rw-r--r--gtk/packet_win.c2
-rw-r--r--gtk/prefs_dlg.c2
-rw-r--r--gtk/print_dlg.c2
-rw-r--r--gtk/print_prefs.c2
-rw-r--r--gtk/proto_dlg.c2
-rw-r--r--gtk/proto_draw.c2
-rw-r--r--gtk/recent.c2
-rw-r--r--gtk/stream_prefs.c2
-rw-r--r--gtk/supported_protos_dlg.c2
-rw-r--r--gtk/toolbar.c2
-rw-r--r--gtk/ui_util.c2
-rw-r--r--gtk/webbrowser.c2
27 files changed, 27 insertions, 27 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index f4447fc5a7..3f5150a0f9 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -44,7 +44,7 @@
#include "dlg_utils.h"
#include "pcap-util.h"
#include "capture_combo_utils.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "ringbuffer.h"
#include <epan/filesystem.h>
#include "compat_macros.h"
diff --git a/gtk/capture_prefs.c b/gtk/capture_prefs.c
index 7207f1113f..b479380346 100644
--- a/gtk/capture_prefs.c
+++ b/gtk/capture_prefs.c
@@ -35,7 +35,7 @@
#include "globals.h"
#include "capture_prefs.h"
#include "gtkglobals.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "ui_util.h"
#include "dlg_utils.h"
diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c
index 1a45a943df..5ae6f19567 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -46,7 +46,7 @@
#include "filter_dlg.h"
#include "file_dlg.h"
#include "gtkglobals.h"
-#include "prefs.h"
+#include <epan/prefs.h>
static GtkWidget* colorize_dialog_new(char *filter);
static void add_filter_to_list(gpointer filter_arg, gpointer list_arg);
diff --git a/gtk/column_prefs.c b/gtk/column_prefs.c
index 64c22abfc3..7c4370636f 100644
--- a/gtk/column_prefs.c
+++ b/gtk/column_prefs.c
@@ -31,7 +31,7 @@
#include "globals.h"
#include "column_prefs.h"
#include "gtkglobals.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "column.h"
#include "compat_macros.h"
#include "ui_util.h"
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index d93f402652..565754d722 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -46,7 +46,7 @@
#include "file_dlg.h"
#include "main.h"
#include "compat_macros.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "recent.h"
#include "color.h"
#include "../ui_util.h"
diff --git a/gtk/find_dlg.c b/gtk/find_dlg.c
index 80810f7fd4..ac9695d589 100644
--- a/gtk/find_dlg.c
+++ b/gtk/find_dlg.c
@@ -43,7 +43,7 @@
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "compat_macros.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "keys.h"
diff --git a/gtk/follow_dlg.c b/gtk/follow_dlg.c
index 684be41d8d..f7208fc48e 100644
--- a/gtk/follow_dlg.c
+++ b/gtk/follow_dlg.c
@@ -54,7 +54,7 @@
#include "alert_box.h"
#include "simple_dialog.h"
#include <epan/dissectors/packet-ipv6.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include <epan/addr_resolv.h>
#include <epan/charsets.h>
#include "util.h"
diff --git a/gtk/font_utils.c b/gtk/font_utils.c
index 056e2d6701..37f2cbdf37 100644
--- a/gtk/font_utils.c
+++ b/gtk/font_utils.c
@@ -38,7 +38,7 @@
#endif
#include "recent.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "gtkglobals.h"
diff --git a/gtk/gui_prefs.c b/gtk/gui_prefs.c
index 2b4d5855d7..dcb42ef402 100644
--- a/gtk/gui_prefs.c
+++ b/gtk/gui_prefs.c
@@ -35,7 +35,7 @@
#include "gtkglobals.h"
#include "help_dlg.h"
#include "supported_protos_dlg.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "ui_util.h"
#include "simple_dialog.h"
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 7d1bdc4aac..4b957d9afb 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -35,7 +35,7 @@
#include "epan/filesystem.h"
#include "help_dlg.h"
#include "text_page.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "gtkglobals.h"
#include "ui_util.h"
#include "compat_macros.h"
diff --git a/gtk/layout_prefs.c b/gtk/layout_prefs.c
index 36d1edfe7e..b198df8a5c 100644
--- a/gtk/layout_prefs.c
+++ b/gtk/layout_prefs.c
@@ -32,7 +32,7 @@
#include "layout_prefs.h"
#include "gtkglobals.h"
/*#include <epan/resolv.h>*/
-#include "prefs.h"
+#include <epan/prefs.h>
/*#include "prefs_dlg.h"*/
#include "ui_util.h"
#include "main.h"
diff --git a/gtk/main.c b/gtk/main.c
index 0bc5e720e1..b4771686e7 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -85,7 +85,7 @@
#include "summary.h"
#include "filters.h"
#include "disabled_protos.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "filter_dlg.h"
#include "layout_prefs.h"
#include "color.h"
diff --git a/gtk/menu.c b/gtk/menu.c
index 7f5726c982..4bcd04647d 100644
--- a/gtk/menu.c
+++ b/gtk/menu.c
@@ -35,7 +35,7 @@
#include "tap_menu.h"
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "about_dlg.h"
#include "capture_dlg.h"
#include "color_dlg.h"
diff --git a/gtk/nameres_prefs.c b/gtk/nameres_prefs.c
index 04955ae56e..f3fb415b2d 100644
--- a/gtk/nameres_prefs.c
+++ b/gtk/nameres_prefs.c
@@ -32,7 +32,7 @@
#include "nameres_prefs.h"
#include "gtkglobals.h"
#include <epan/addr_resolv.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "ui_util.h"
#include "main.h"
diff --git a/gtk/packet_list.c b/gtk/packet_list.c
index 46e63b95a4..93ffb4c12f 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -42,7 +42,7 @@
#include "column.h"
#include "epan/column_info.h"
#include "compat_macros.h"
-#include "../prefs.h"
+#include <epan/prefs.h>
#include "file_dlg.h"
#include "packet_list.h"
#include "keys.h"
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index 38eb1d493c..dbe3946cf8 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -45,7 +45,7 @@
#include <epan/packet.h>
#include "summary.h"
#include "file.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "menu.h"
#include "../menu.h"
#include "column.h"
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 9c5b4db37f..63c48915bc 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -35,7 +35,7 @@
#include "main.h"
#include <epan/packet.h>
#include "file.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "column_prefs.h"
#include "print.h"
#include "prefs_dlg.h"
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c
index aa8531c7de..d73bc57c6d 100644
--- a/gtk/print_dlg.c
+++ b/gtk/print_dlg.c
@@ -33,7 +33,7 @@
#include "globals.h"
#include "keys.h"
#include "print.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "alert_box.h"
#include "simple_dialog.h"
#include "file_dlg.h"
diff --git a/gtk/print_prefs.c b/gtk/print_prefs.c
index c536dbd20e..a55614b82a 100644
--- a/gtk/print_prefs.c
+++ b/gtk/print_prefs.c
@@ -33,7 +33,7 @@
#include "print_prefs.h"
#include "keys.h"
#include "print.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "util.h"
#include "ui_util.h"
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index cf7580fbe5..5204ea5466 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -31,7 +31,7 @@
#include <gdk/gdkkeysyms.h>
#include <string.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "globals.h"
#include "main.h"
#include "util.h"
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index d017ec24f7..b2ddfb9a6c 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -58,7 +58,7 @@
#include "menu.h"
#include "keys.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "colors.h"
#include "file_dlg.h"
#include "proto_draw.h"
diff --git a/gtk/recent.c b/gtk/recent.c
index de5742e116..de198e8a6f 100644
--- a/gtk/recent.c
+++ b/gtk/recent.c
@@ -36,7 +36,7 @@
#include <epan/filesystem.h>
#include "menu.h"
#include "main.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs-int.h"
#include "ui_util.h"
#include "dlg_utils.h"
diff --git a/gtk/stream_prefs.c b/gtk/stream_prefs.c
index ebf80dfd0e..d18b2a406f 100644
--- a/gtk/stream_prefs.c
+++ b/gtk/stream_prefs.c
@@ -34,7 +34,7 @@
#include "stream_prefs.h"
#include "keys.h"
#include "print.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "compat_macros.h"
#include "follow_dlg.h"
#include "packet_list.h"
diff --git a/gtk/supported_protos_dlg.c b/gtk/supported_protos_dlg.c
index 046528eeaf..53bc1486e0 100644
--- a/gtk/supported_protos_dlg.c
+++ b/gtk/supported_protos_dlg.c
@@ -31,7 +31,7 @@
#include <string.h>
#include "supported_protos_dlg.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "globals.h"
#include "gtkglobals.h"
#include "ui_util.h"
diff --git a/gtk/toolbar.c b/gtk/toolbar.c
index bd3a4dc95e..31625aa43f 100644
--- a/gtk/toolbar.c
+++ b/gtk/toolbar.c
@@ -52,7 +52,7 @@
#include "goto_dlg.h"
#include "color.h"
#include "color_dlg.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "main.h"
#include "help_dlg.h"
diff --git a/gtk/ui_util.c b/gtk/ui_util.c
index 9c4e5bf11f..97ab2dbc9c 100644
--- a/gtk/ui_util.c
+++ b/gtk/ui_util.c
@@ -41,7 +41,7 @@
#include "gtkglobals.h"
#include "ui_util.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "epan/epan.h"
#include "../ui_util.h"
#include "compat_macros.h"
diff --git a/gtk/webbrowser.c b/gtk/webbrowser.c
index e9d28c1584..a483fce19f 100644
--- a/gtk/webbrowser.c
+++ b/gtk/webbrowser.c
@@ -34,7 +34,7 @@
#include <epan/filesystem.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "webbrowser.h"
#include "compat_macros.h"
#include "simple_dialog.h"