diff options
Diffstat (limited to 'Build/source')
-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 */ |