diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-04 00:35:41 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-04 00:35:41 +0000 |
commit | 1cb114979a5cb273f9679305569cd5d4b40fe002 (patch) | |
tree | 5e5b73554ad256bc127d26307cf7fbb122aaa6ef | |
parent | bab961693da2dc268bc289e71ae458271993c75c (diff) |
Change order of inclusion of headers to avoid warnings
git-svn-id: svn://tug.org/texlive/trunk@27299 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/bibtexu/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/bibtexu/bibtex.c | 12 |
2 files changed, 9 insertions, 7 deletions
diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index b6cff1e0e8b..07f61c0c0db 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/ChangeLog @@ -1,3 +1,7 @@ +2012-08-04 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * bibtex.c : Change order of inclusion of headers to avoid warnings. + 2012-04-12 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * bibtex-2.c: Do not check whether Glob_Str_Size > Buf_Size, diff --git a/Build/source/texk/bibtexu/bibtex.c b/Build/source/texk/bibtexu/bibtex.c index f540f7aa77e..d24eab1cb09 100644 --- a/Build/source/texk/bibtexu/bibtex.c +++ b/Build/source/texk/bibtexu/bibtex.c @@ -102,6 +102,11 @@ #include <config.h> #endif +#ifdef KPATHSEA +#include <kpathsea/config.h> +#include <kpathsea/progname.h> +#endif + #include "sysdep.h" #include "bibtex.h" #include "datatype.h" @@ -118,13 +123,6 @@ Include the ICU heads. 23/sep/2009 #include "unicode/ucnv.h" #include "unicode/ucol.h" - -#ifdef KPATHSEA -#include <kpathsea/config.h> -#include <kpathsea/progname.h> -#endif - - /*************************************************************************** * WEB section number: 39 * ~~~~~~~~~~~~~~~~~~~ |