aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-28 03:16:29 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-28 03:16:29 +0000
commit9d9850f209ff7b5f350c7e83719eebaa76a72edd (patch)
treeccf03ab311c3d67e880750071dcba5cb31d73e42 /gtk
parentcba2930d6bb7e8cf2b0c03d14203624b56460835 (diff)
More EPAN-related code movements. Get rid of usage of #include "globals.h"
and #include "util.h" from epan code. Move get_home_dir() into epan/filesystem.c as it's used by plugins.c. svn path=/trunk/; revision=2461
Diffstat (limited to 'gtk')
-rw-r--r--gtk/colors.c3
-rw-r--r--gtk/filter_prefs.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/gtk/colors.c b/gtk/colors.c
index ba22942703..44da72220a 100644
--- a/gtk/colors.c
+++ b/gtk/colors.c
@@ -1,7 +1,7 @@
/* colors.c
* Definitions for color structures and routines
*
- * $Id: colors.c,v 1.5 2000/08/11 13:33:13 deniel Exp $
+ * $Id: colors.c,v 1.6 2000/09/28 03:16:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -39,6 +39,7 @@
#include <sys/types.h>
#endif
+#include <epan.h>
#include "gtk/main.h"
#include "packet.h"
#include "colors.h"
diff --git a/gtk/filter_prefs.c b/gtk/filter_prefs.c
index f00c49473b..28277cd28f 100644
--- a/gtk/filter_prefs.c
+++ b/gtk/filter_prefs.c
@@ -3,7 +3,7 @@
* (This used to be a notebook page under "Preferences", hence the
* "prefs" in the file name.)
*
- * $Id: filter_prefs.c,v 1.17 2000/08/23 06:55:41 guy Exp $
+ * $Id: filter_prefs.c,v 1.18 2000/09/28 03:16:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -46,6 +46,7 @@
#include <direct.h>
#endif
+#include <epan.h>
#include "gtk/main.h"
#include "filter_prefs.h"
#include "packet.h"