From cef9d950d75669fceaae81dc82f62622973c5a68 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 12 Apr 2008 16:09:22 +0000 Subject: [PATCH] remove unrequired "references" to gtkglobals.h svn path=/trunk/; revision=24938 --- gtk/afp_stat.c | 1 - gtk/airpcap_gui_utils.c | 1 - gtk/capture_prefs.c | 1 - gtk/font_utils.h | 3 +-- gtk/graph_analysis.h | 1 - 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/gtk/afp_stat.c b/gtk/afp_stat.c index 12775d5372..e35d8fba89 100644 --- a/gtk/afp_stat.c +++ b/gtk/afp_stat.c @@ -52,7 +52,6 @@ #include "service_response_time_table.h" #include "../stat_menu.h" #include "../tap_dfilter_dlg.h" -#include "gtkglobals.h" /* used to keep track of the statistics for an entire program interface */ diff --git a/gtk/airpcap_gui_utils.c b/gtk/airpcap_gui_utils.c index 77d839208d..198d1a80de 100644 --- a/gtk/airpcap_gui_utils.c +++ b/gtk/airpcap_gui_utils.c @@ -45,7 +45,6 @@ #include "gui_utils.h" #include "simple_dialog.h" #include "dfilter_expr_dlg.h" -#include "gtkglobals.h" #include "help_dlg.h" #include diff --git a/gtk/capture_prefs.c b/gtk/capture_prefs.c index 4208026c5c..020e6ead5a 100644 --- a/gtk/capture_prefs.c +++ b/gtk/capture_prefs.c @@ -33,7 +33,6 @@ #include "globals.h" #include "capture_prefs.h" -#include "gtkglobals.h" #include #include "prefs_dlg.h" #include "gui_utils.h" diff --git a/gtk/font_utils.h b/gtk/font_utils.h index d49e93182c..441dcb7fb2 100644 --- a/gtk/font_utils.h +++ b/gtk/font_utils.h @@ -30,8 +30,7 @@ * - the application font for menu's, dialog's and such * - the user font for the packet panes * - * The user font is also available in regular (m_r_font) and bold (m_b_font) versions, - * see gtkglobals.h. + * The user font is also available in regular (m_r_font) and bold (m_b_font) versions. */ #ifndef __FONT_UTILS_H__ diff --git a/gtk/graph_analysis.h b/gtk/graph_analysis.h index c4f8b319a3..98d49f24bf 100644 --- a/gtk/graph_analysis.h +++ b/gtk/graph_analysis.h @@ -33,7 +33,6 @@ #include #include -#include "gtkglobals.h" #include #define MAX_NUM_NODES 10