diff --git a/src/modules/Image/encodings/_xpm.c b/src/modules/Image/encodings/_xpm.c
index 822c53cc9023008f0371e779abc9f77de29f49f2..79a75fe1b7f4937de17b4c1d10bf760467b27ba3 100644
--- a/src/modules/Image/encodings/_xpm.c
+++ b/src/modules/Image/encodings/_xpm.c
@@ -1,5 +1,5 @@
 #include "global.h"
-RCSID("$Id: _xpm.c,v 1.10 2000/03/27 07:42:35 hubbe Exp $");
+RCSID("$Id: _xpm.c,v 1.11 2000/06/09 22:06:05 mast Exp $");
 
 #include "image_machine.h"
 
@@ -19,7 +19,6 @@ RCSID("$Id: _xpm.c,v 1.10 2000/03/27 07:42:35 hubbe Exp $");
 #include "operators.h"
 #include "fsort.h"
 #include "callback.h"
-#include "gc.h"
 #include "backend.h"
 #include "main.h"
 #include "pike_memory.h"
diff --git a/src/modules/Image/encodings/xbm.c b/src/modules/Image/encodings/xbm.c
index b7131bf34b850875efc2efc205a370c4c661afac..e4d3e8ac9d37e26b765910d4e363776ff0001528 100644
--- a/src/modules/Image/encodings/xbm.c
+++ b/src/modules/Image/encodings/xbm.c
@@ -1,5 +1,5 @@
 #include "global.h"
-RCSID("$Id: xbm.c,v 1.7 1999/08/16 18:08:58 grubba Exp $");
+RCSID("$Id: xbm.c,v 1.8 2000/06/09 22:06:05 mast Exp $");
 
 #include "image_machine.h"
 
@@ -19,7 +19,6 @@ RCSID("$Id: xbm.c,v 1.7 1999/08/16 18:08:58 grubba Exp $");
 #include "operators.h"
 #include "fsort.h"
 #include "callback.h"
-#include "gc.h"
 #include "backend.h"
 #include "main.h"
 #include "pike_memory.h"
diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c
index 79f103d8df5520a548bf2b7f557e3cd85d6cd55f..132c5e7e2dcf22ce252d4829f767f5829cca31ec 100644
--- a/src/modules/Oracle/oracle.c
+++ b/src/modules/Oracle/oracle.c
@@ -1,5 +1,5 @@
 /*
- * $Id: oracle.c,v 1.41 2000/05/24 00:05:06 hubbe Exp $
+ * $Id: oracle.c,v 1.42 2000/06/09 21:55:56 mast Exp $
  *
  * Pike interface to Oracle databases.
  *
@@ -32,7 +32,6 @@
 #include "builtin_functions.h"
 #include "opcodes.h"
 #include "pike_macros.h"
-#include "gc.h"
 
 #ifdef HAVE_ORACLE
 
@@ -42,7 +41,7 @@
 #include <oci.h>
 #include <math.h>
 
-RCSID("$Id: oracle.c,v 1.41 2000/05/24 00:05:06 hubbe Exp $");
+RCSID("$Id: oracle.c,v 1.42 2000/06/09 21:55:56 mast Exp $");
 
 
 #define BLOB_FETCH_CHUNK 16384
diff --git a/src/modules/files/file.c b/src/modules/files/file.c
index 136da20362f0608799bab6c3570ffd571edbd6d1..29c8ddd50f78a48cfc8da9e215180733393e4b3a 100644
--- a/src/modules/files/file.c
+++ b/src/modules/files/file.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: file.c,v 1.175 2000/05/20 02:22:53 per Exp $");
+RCSID("$Id: file.c,v 1.176 2000/06/09 21:55:17 mast Exp $");
 #include "fdlib.h"
 #include "interpret.h"
 #include "svalue.h"
@@ -16,7 +16,6 @@ RCSID("$Id: file.c,v 1.175 2000/05/20 02:22:53 per Exp $");
 #include "backend.h"
 #include "fd_control.h"
 #include "module_support.h"
-#include "gc.h"
 #include "opcodes.h"
 #include "operators.h"
 #include "security.h"
diff --git a/src/modules/spider/xml.c b/src/modules/spider/xml.c
index 688e6869fa3a342aeccca1dd6fc74081663787e5..b6ec6f9d1cecc0c811d82555c501fa458e493f61 100644
--- a/src/modules/spider/xml.c
+++ b/src/modules/spider/xml.c
@@ -15,7 +15,6 @@
 #include "module_support.h"
 #include "operators.h"
 #include "error.h"
-#include "gc.h"
 #include "opcodes.h"
 #include "block_alloc.h"