From ddc91a7960112bbdce514843e15cdbbae607b1e5 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Mon, 20 Apr 1998 02:10:05 +0200 Subject: [PATCH] removed stupid #include's Rev: src/modules/Image/colortable.c:1.43 --- src/modules/Image/colortable.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index 2b1c5413e6..68cc6677c5 100644 --- a/src/modules/Image/colortable.c +++ b/src/modules/Image/colortable.c @@ -1,12 +1,12 @@ #include "global.h" #include <config.h> -/* $Id: colortable.c,v 1.42 1998/04/13 14:13:24 grubba Exp $ */ +/* $Id: colortable.c,v 1.43 1998/04/20 00:10:05 mirar Exp $ */ /* **! module Image **! note -**! $Id: colortable.c,v 1.42 1998/04/13 14:13:24 grubba Exp $ +**! $Id: colortable.c,v 1.43 1998/04/20 00:10:05 mirar Exp $ **! class colortable **! **! This object keeps colortable information, @@ -21,15 +21,8 @@ #undef COLORTABLE_DEBUG #undef COLORTABLE_REDUCE_DEBUG -RCSID("$Id: colortable.c,v 1.42 1998/04/13 14:13:24 grubba Exp $"); +RCSID("$Id: colortable.c,v 1.43 1998/04/20 00:10:05 mirar Exp $"); -#include <sys/types.h> -#include <sys/stat.h> - -#ifdef HAVE_NETINET_IN_H -#include <netinet/in.h> -#endif -#include <errno.h> #include <math.h> /* fabs() */ #include "config.h" -- GitLab