aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/colors.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 08:42:28 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 08:42:28 +0000
commit258da282616efa796ad4e1ec12dab2d9067bb8a2 (patch)
tree5c55624e3b4b534c1a0e04b839e6cb7a64de1bd1 /gtk/colors.c
parent55c8a368b8f6256c4256a6fae23531ebfdaa2817 (diff)
Remove some unnecessary includes from "gtk/color_dlg.c" and
"gtk/colors.c", and make "gtk/color_dlg.c" include "gtk/color_dlg.h" to make sure compilation checks the declaration of the routines with their definitions. svn path=/trunk/; revision=1623
Diffstat (limited to 'gtk/colors.c')
-rw-r--r--gtk/colors.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/colors.c b/gtk/colors.c
index 0c492eb2ca..5fce30e68a 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.2 2000/02/12 08:31:47 guy Exp $
+ * $Id: colors.c,v 1.3 2000/02/12 08:42:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -42,7 +42,6 @@
#include "file.h"
#include "dfilter.h"
#include "simple_dialog.h"
-#include "ui_util.h"
#include "util.h"
extern capture_file cf;