ICU-3445 UCONFIG fix. Don't test UCONFIG_* before including ICU headers!

X-SVN-Rev: 14078
This commit is contained in:
Steven R. Loomis 2003-12-10 19:42:32 +00:00
parent 1ec9ee4049
commit b8864a81e0

View file

@ -9,9 +9,10 @@
**********************************************************************
*/
#include "olsontz.h"
#if !UCONFIG_NO_FORMATTING
#include "olsontz.h"
#include "unicode/ures.h"
#include "unicode/simpletz.h"
#include "unicode/gregocal.h"