aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/colors.h
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.h
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.h')
-rw-r--r--gtk/colors.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/colors.h b/gtk/colors.h
index d259c80420..1f309e8d71 100644
--- a/gtk/colors.h
+++ b/gtk/colors.h
@@ -1,7 +1,7 @@
/* colors.h
* Definitions for color structures and routines
*
- * $Id: colors.h,v 1.8 2002/08/28 21:03:46 jmayer Exp $
+ * $Id: colors.h,v 1.9 2002/09/05 18:47:45 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,11 +24,6 @@
#ifndef __COLORS_H__
#define __COLORS_H__
-#include <epan/proto.h>
-#include <epan/dfilter/dfilter.h>
-#include <gtk/gtk.h>
-#include <epan/epan.h>
-
#define MAXCOLORS 255
#define MAX_COLOR_FILTER_NAME_LEN 33
#define MAX_COLOR_FILTER_STRING_LEN 256