mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
a1ceb00059
Not included in the build and not used.
16 lines
370 B
C
16 lines
370 B
C
/*
|
|
* Master include file for the Locale Kit.
|
|
*
|
|
* CatalogInAddOn.h not included, as it's only required when building an add-on.
|
|
*/
|
|
#include <Catalog.h>
|
|
#include <Collator.h>
|
|
#include <Country.h>
|
|
#include <Format.h>
|
|
#include <FormattingConventions.h>
|
|
#include <Language.h>
|
|
#include <Locale.h>
|
|
#include <NumberFormat.h>
|
|
#include <TimeFormat.h>
|
|
#include <UnicodeChar.h>
|