136884d011
The class and header file are gone, so don't try to use them. Fixes #11312.
27 lines
699 B
C
27 lines
699 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 <Currency.h>
|
|
#include <FloatFormat.h>
|
|
#include <FloatFormatImpl.h>
|
|
#include <FloatFormatParameters.h>
|
|
#include <Format.h>
|
|
#include <FormatImpl.h>
|
|
#include <FormatParameters.h>
|
|
#include <FormattingConventions.h>
|
|
#include <GenericNumberFormat.h>
|
|
#include <IntegerFormat.h>
|
|
#include <IntegerFormatImpl.h>
|
|
#include <IntegerFormatParameters.h>
|
|
#include <Language.h>
|
|
#include <Locale.h>
|
|
#include <NumberFormat.h>
|
|
#include <NumberFormatParameters.h>
|
|
#include <TimeFormat.h>
|
|
#include <UnicodeChar.h>
|