haiku/headers/os/LocaleKit.h
Adrien Destugues 0e4ad75e47 Remove more unneeded files from the Locale Kit
All of this is replaced by the single BNumberFormat class.
2017-07-23 09:15:42 +02:00

20 lines
493 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 <FormatImpl.h>
#include <FormatParameters.h>
#include <FormattingConventions.h>
#include <GenericNumberFormat.h>
#include <Language.h>
#include <Locale.h>
#include <NumberFormat.h>
#include <NumberFormatParameters.h>
#include <TimeFormat.h>
#include <UnicodeChar.h>