summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/coll.c
blob: 79bfe3b6d96b5437897b82c4a2882a80f1dc3679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* file      : libicu/data/coll.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/coll.c>
#else
#  include <libicu/data/le/coll.c>
#endif