aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_utils.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
commite4a2e2cefe6a1d4ad67db2befe3d5fad5c2b839f (patch)
tree55aa5c9290a80e3664c89daaddc5183334a6ee25 /gtk/color_utils.c
parente20ea63dd40b849e8ab61e718d1163da5e1eba25 (diff)
Include cleanups in gtk and gtk2:
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
Diffstat (limited to 'gtk/color_utils.c')
-rw-r--r--gtk/color_utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/color_utils.c b/gtk/color_utils.c
index 39e4bbc25c..ea360f87a8 100644
--- a/gtk/color_utils.c
+++ b/gtk/color_utils.c
@@ -2,7 +2,7 @@
* Utilities for converting between "toolkit-independent" and GDK
* notions of color
*
- * $Id: color_utils.c,v 1.2 2002/08/28 21:03:46 jmayer Exp $
+ * $Id: color_utils.c,v 1.3 2002/09/05 18:47:44 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,8 +28,6 @@
#include "config.h"
#endif
-#include <glib.h>
-
#include <gtk/gtk.h>
#include "prefs.h" /* to declare "color_t" */