From 61810eda291aeafb320fd577e17b155840abecaf Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sat, 10 Jun 2000 00:06:05 +0200
Subject: [PATCH] Removed unnecessary include gc.h.

Rev: src/modules/Image/encodings/_xpm.c:1.11
Rev: src/modules/Image/encodings/xbm.c:1.8
Rev: src/modules/Oracle/oracle.c:1.42
Rev: src/modules/files/file.c:1.176
Rev: src/modules/spider/xml.c:1.22
---
 src/modules/Image/encodings/_xpm.c | 3 +--
 src/modules/Image/encodings/xbm.c  | 3 +--
 src/modules/Oracle/oracle.c        | 5 ++---
 src/modules/files/file.c           | 3 +--
 src/modules/spider/xml.c           | 1 -
 5 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/modules/Image/encodings/_xpm.c b/src/modules/Image/encodings/_xpm.c
index 822c53cc90..79a75fe1b7 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 b7131bf34b..e4d3e8ac9d 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 79f103d8df..132c5e7e2d 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 136da20362..29c8ddd50f 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 688e6869fa..b6ec6f9d1c 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"
 
-- 
GitLab