summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/zone.c
blob: 7116b7daca04b0bb9ccee99bc6a590d8e731641b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* file      : libicu/data/zone.c -*- C -*-
 * license   : Unicode License; see accompanying LICENSE file
 */

#include <libicu/data/config.h>

#if U_IS_BIG_ENDIAN
#  include <libicu/data/be/zone.c>
#else
#  include <libicu/data/le/zone.c>
#endif