aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/colors.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/colors.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/colors.c')
-rw-r--r--gtk/colors.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/colors.c b/gtk/colors.c
index 0aa4b5e119..8bfd232b1a 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.23 2002/08/28 21:03:46 jmayer Exp $
+ * $Id: colors.c,v 1.24 2002/09/05 18:47:44 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,15 +30,10 @@
#include <gtk/gtk.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
-#include <errno.h>
-
#include <epan/filesystem.h>
-#include "gtk/main.h"
#include <epan/packet.h>
#include "colors.h"
#include "file.h"