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

#include <libicu/data/config.h>

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