diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-29 15:51:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-29 15:51:49 +0000 |
commit | b5777a3a3919ee935dc6b78bf541399b30ddc2d3 (patch) | |
tree | ed3bb1ae37e8cc191fd11b27db7ff003b1c19a52 /Build/source/texk/kpathsea/str-llist.h | |
parent | a09009a9085f192fc74ce9cca900bbc74a43f903 (diff) |
new simpletypes.h to break types.h<->str-llist.h loop
git-svn-id: svn://tug.org/texlive/trunk@33750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/str-llist.h')
-rw-r--r-- | Build/source/texk/kpathsea/str-llist.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/str-llist.h b/Build/source/texk/kpathsea/str-llist.h index bcc9b6dffaa..2d1468c4ace 100644 --- a/Build/source/texk/kpathsea/str-llist.h +++ b/Build/source/texk/kpathsea/str-llist.h @@ -4,7 +4,7 @@ that C cannot express iterators very well, and I don't want to change all the for loops. - Copyright 1993, 1994, 2008, 2010 Karl Berry. + Copyright 1993, 1994, 2008, 2010, 2014 Karl Berry. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -23,8 +23,7 @@ #define STR_LLIST_H #include <kpathsea/c-proto.h> -#include <kpathsea/types.h> - +#include <kpathsea/simpletypes.h> #ifdef __cplusplus extern "C" { |