commit 66a2d3fa437bc9f4e52093990ea66c064fb956fb
parent 150b13e37b563add9370f9f23f4b22ff83c6920f
Author: ukai <ukai>
Date: Mon, 7 Apr 2003 16:27:09 +0000
[w3m-dev 03856] <gc.h>
* backend.c entity.c fm.h hash.c indep.c indep.h matrix.c
textlist.c: s/"gc.h"/<gc.h>/
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat:
9 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-08 Fumitoshi UKAI <ukai@debian.or.jp>
+
+ * [w3m-dev 03856] <gc.h>
+ * backend.c entity.c fm.h hash.c indep.c indep.h matrix.c
+ textlist.c: s/"gc.h"/<gc.h>/
+
2003-04-08 ABE Yuji <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03849] fix no INET6
diff --git a/backend.c b/backend.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <sys/types.h>
#include "fm.h"
-#include "gc.h"
+#include <gc.h>
#include "terms.h"
diff --git a/entity.c b/entity.c
@@ -3,7 +3,7 @@
#include <stdio.h>
#include "indep.h"
#include "Str.h"
-#include "gc.h"
+#include <gc.h>
typedef struct {
short ucs;
diff --git a/fm.h b/fm.h
@@ -36,7 +36,7 @@
#include "ctrlcode.h"
#include "html.h"
-#include "gc.h"
+#include <gc.h>
#include "Str.h"
#include "form.h"
#include "frame.h"
diff --git a/hash.c b/hash.c
@@ -1,7 +1,7 @@
/* $Id$ */
#include <string.h>
#include "hash.h"
-#include "gc.h"
+#include <gc.h>
static unsigned int
hashfunc(char *s)
diff --git a/indep.c b/indep.c
@@ -7,7 +7,7 @@
#include <stdlib.h>
#include "indep.h"
#include "Str.h"
-#include "gc.h"
+#include <gc.h>
#include "myctype.h"
#include "entity.h"
diff --git a/indep.h b/indep.h
@@ -1,7 +1,7 @@
/* $Id$ */
#ifndef INDEP_H
#define INDEP_H
-#include "gc.h"
+#include <gc.h>
#include "Str.h"
#include "config.h"
diff --git a/matrix.c b/matrix.c
@@ -34,7 +34,7 @@
#include "config.h"
#include "matrix.h"
-#include "gc.h"
+#include <gc.h>
/*
* Macros from "fm.h".
diff --git a/textlist.c b/textlist.c
@@ -2,7 +2,7 @@
#include "textlist.h"
#include "indep.h"
#include "Str.h"
-#include "gc.h"
+#include <gc.h>
/* General doubly linked list */