diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c
index 2b1c5413e6817bab57c491dbdc8b6d65fc0b07c1..68cc6677c536b5d7ef571c80dd2b4c08e3c3b4a9 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"