aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.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/color_dlg.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/color_dlg.c')
-rw-r--r--gtk/color_dlg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c
index dcba7ae543..00eed8bed4 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -1,7 +1,7 @@
/* color_dlg.c
* Definitions for dialog boxes for color filters
*
- * $Id: color_dlg.c,v 1.1 2000/02/12 08:31:45 guy Exp $
+ * $Id: color_dlg.c,v 1.2 2000/02/12 08:42:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,7 +30,6 @@
#include <gtk/gtk.h>
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -39,11 +38,11 @@
#include "gtk/main.h"
#include "packet.h"
#include "colors.h"
+#include "color_dlg.h"
#include "file.h"
#include "dfilter.h"
#include "simple_dialog.h"
#include "ui_util.h"
-#include "util.h"
static GtkWidget* colorize_dialog_new(colfilter *filter);
static void add_filter_to_clist(gpointer filter_arg, gpointer clist_arg);