summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/unit.c
blob: e52070740d8d0c5d1066599b7935fee91e3fe150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* file      : libicu/data/unit.c -*- C -*-
 * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
 * license   : Unicode License; see accompanying LICENSE file
 */

#include <libicu/data/config.h>

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