summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/bibtexu/ChangeLog4
-rw-r--r--Build/source/texk/bibtexu/bibtex.c12
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
* ~~~~~~~~~~~~~~~~~~~