aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 16:09:22 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 16:09:22 +0000
commitcef9d950d75669fceaae81dc82f62622973c5a68 (patch)
treed0d91624846051d63428cc231ad0dab87aa11220
parent72faa680b8eb1477e7e9819b777d464ee35a3220 (diff)
remove unrequired "references" to gtkglobals.h
svn path=/trunk/; revision=24938
-rw-r--r--gtk/afp_stat.c1
-rw-r--r--gtk/airpcap_gui_utils.c1
-rw-r--r--gtk/capture_prefs.c1
-rw-r--r--gtk/font_utils.h3
-rw-r--r--gtk/graph_analysis.h1
5 files changed, 1 insertions, 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 <airpcap.h>
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 <epan/prefs.h>
#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 <glib.h>
#include <gtk/gtk.h>
-#include "gtkglobals.h"
#include <epan/address.h>
#define MAX_NUM_NODES 10