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 <Currency.h>
|
|
|
|
#include <FloatFormat.h>
|
|
|
|
#include <FloatFormatImpl.h>
|
|
|
|
#include <FloatFormatParameters.h>
|
|
|
|
#include <Format.h>
|
|
|
|
#include <FormatImpl.h>
|
|
|
|
#include <FormatParameters.h>
|
2010-10-24 16:57:55 +04:00
|
|
|
#include <FormattingConventions.h>
|
2010-05-16 20:07:55 +04:00
|
|
|
#include <GenericNumberFormat.h>
|
|
|
|
#include <IntegerFormat.h>
|
|
|
|
#include <IntegerFormatImpl.h>
|
|
|
|
#include <IntegerFormatParameters.h>
|
|
|
|
#include <Language.h>
|
|
|
|
#include <Locale.h>
|
|
|
|
#include <NumberFormat.h>
|
|
|
|
#include <NumberFormatImpl.h>
|
|
|
|
#include <NumberFormatParameters.h>
|
|
|
|
#include <TimeFormat.h>
|
|
|
|
#include <UnicodeChar.h>
|