2010-05-16 20:07:55 +04:00
|
|
|
/*
|
|
|
|
* Master include file for the Locale Kit.
|
|
|
|
*
|
2010-05-18 00:24:29 +04:00
|
|
|
* CatalogInAddOn.h not included, as it's only required when building an add-on.
|
2010-05-16 20:07:55 +04:00
|
|
|
*/
|
2010-06-09 01:07:38 +04:00
|
|
|
#include <Catalog.h>
|
2010-05-16 20:07:55 +04:00
|
|
|
#include <Collator.h>
|
|
|
|
#include <Country.h>
|
|
|
|
#include <Format.h>
|
2010-10-24 16:57:55 +04:00
|
|
|
#include <FormattingConventions.h>
|
2010-05-16 20:07:55 +04:00
|
|
|
#include <Language.h>
|
|
|
|
#include <Locale.h>
|
|
|
|
#include <NumberFormat.h>
|
|
|
|
#include <TimeFormat.h>
|
|
|
|
#include <UnicodeChar.h>
|