From 1cb114979a5cb273f9679305569cd5d4b40fe002 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 4 Aug 2012 00:35:41 +0000 Subject: Change order of inclusion of headers to avoid warnings git-svn-id: svn://tug.org/texlive/trunk@27299 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtexu/ChangeLog | 4 ++++ Build/source/texk/bibtexu/bibtex.c | 12 +++++------- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'Build/source/texk/bibtexu') 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 + + * bibtex.c : Change order of inclusion of headers to avoid warnings. + 2012-04-12 Akira Kakuto * 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 #endif +#ifdef KPATHSEA +#include +#include +#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 -#include -#endif - - /*************************************************************************** * WEB section number: 39 * ~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3