summaryrefslogtreecommitdiff
path: root/gtk/colors.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-02 22:34:54 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-02 22:34:54 +0000
commit96ab70e2093d35c0361221658a61284264c50c22 (patch)
treea8b4781fe5553746a47b9e3cdfdcc7616ce2fdcb /gtk/colors.c
parent7e4e31f94c681eaa49a08495847960aa93af5786 (diff)
downloadwireshark-96ab70e2093d35c0361221658a61284264c50c22.tar.gz
Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the gtk/ directory. svn path=/trunk/; revision=5930
Diffstat (limited to 'gtk/colors.c')
-rw-r--r--gtk/colors.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/colors.c b/gtk/colors.c
index 03e270f1c4..cad130077d 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.21 2002/07/29 06:30:01 guy Exp $
+ * $Id: colors.c,v 1.22 2002/08/02 22:34:53 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -36,10 +36,6 @@
#include <errno.h>
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
#include <epan/filesystem.h>
#include "gtk/main.h"