ICU-7112 Move icucfg.h include statement below other includes.

X-SVN-Rev: 27232
This commit is contained in:
Michael Ow 2010-01-12 19:18:58 +00:00
parent 77943db476
commit ef43891334

View file

@ -37,14 +37,6 @@
******************************************************************************
*/
/**
* Simple things (presence of functions, etc) should just go in configure.in and be added to
* icucfg.h via autoheader.
*/
#if defined(HAVE_CONFIG_H)
#include "icucfg.h"
#endif
/* Define _XOPEN_SOURCE for Solaris and friends. */
/* NetBSD needs it to be >= 4 */
#if !defined(_XOPEN_SOURCE)
@ -144,6 +136,14 @@ Cleanly installed Solaris can use this #define.
#include <langinfo.h>
#endif
/**
* Simple things (presence of functions, etc) should just go in configure.in and be added to
* icucfg.h via autoheader.
*/
#if defined(HAVE_CONFIG_H)
#include "icucfg.h"
#endif
/* Define the extension for data files, again... */
#define DATA_TYPE "dat"