remove unrequired "references" to gtkglobals.h

svn path=/trunk/; revision=24938
This commit is contained in:
Ulf Lamping 2008-04-12 16:09:22 +00:00
parent 72faa680b8
commit cef9d950d7
5 changed files with 1 additions and 6 deletions

View File

@ -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 */

View File

@ -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>

View File

@ -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"

View File

@ -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__

View File

@ -33,7 +33,6 @@
#include <glib.h>
#include <gtk/gtk.h>
#include "gtkglobals.h"
#include <epan/address.h>
#define MAX_NUM_NODES 10