[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>
This commit is contained in:
Fumitoshi UKAI
2003-04-07 16:27:09 +00:00
parent 5d0bedb68b
commit bd7c73b8f9
9 changed files with 23 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: indep.c,v 1.32 2003/02/05 16:45:08 ukai Exp $ */
/* $Id: indep.c,v 1.33 2003/04/07 16:27:10 ukai Exp $ */
#include "fm.h"
#include <stdio.h>
#include <pwd.h>
@@ -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"