diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-04-07 16:27:09 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-04-07 16:27:09 +0000 |
commit | bd7c73b8f9fb405521cfdc81ee78ec7892a585ea (patch) | |
tree | e81bd2522dd780855675c3e51122560cc93349c3 /matrix.c | |
parent | [w3m-dev 03849] fix no INET6 (diff) | |
download | w3m-bd7c73b8f9fb405521cfdc81ee78ec7892a585ea.tar.gz w3m-bd7c73b8f9fb405521cfdc81ee78ec7892a585ea.zip |
[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 (limited to '')
-rw-r--r-- | matrix.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: matrix.c,v 1.7 2002/07/18 14:59:02 ukai Exp $ */ +/* $Id: matrix.c,v 1.8 2003/04/07 16:27:10 ukai Exp $ */ /* * matrix.h, matrix.c: Liner equation solver using LU decomposition. * @@ -34,7 +34,7 @@ #include "config.h" #include "matrix.h" -#include "gc.h" +#include <gc.h> /* * Macros from "fm.h". |