diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-09-11 08:53:34 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-09-11 08:53:34 +0000 |
commit | 14f643443cf77b9cc49e7d69defa51ec195610c1 (patch) | |
tree | b33d112f427ab82c9c75daaba1cf0f57ef51fb6f /Build | |
parent | f52aca57a313499ef709e5caad11ba2c229d15e8 (diff) |
remove a redundant line.
git-svn-id: svn://tug.org/texlive/trunk@23893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/types.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6863de9bda5..c47b2172cce 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2011-09-11 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * types.h: remove a redundant line #include <kpathsea/str-llist.h>. + 2011-08-28 Karl Berry <karl@tug.org> * texmf.cnf (LUAINPUTS.lualatex, LUAINPUTS.dvilualatex): new defns. diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h index 68e3c967d93..acd20905a0f 100644 --- a/Build/source/texk/kpathsea/types.h +++ b/Build/source/texk/kpathsea/types.h @@ -75,7 +75,6 @@ typedef struct { #include <kpathsea/hash.h> -#include <kpathsea/str-list.h> /* from old tex-file.h */ |