haiku/headers/os/LocaleKit.h
Adrien Destugues 01c1bb6223 Remove more Locale Kit cruft.
BNumberFormat is the way to go for all of this. This code was not even
compiled in.
2017-07-30 19:25:16 +02:00

19 lines
460 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 <Language.h>
#include <Locale.h>
#include <NumberFormat.h>
#include <NumberFormatParameters.h>
#include <TimeFormat.h>
#include <UnicodeChar.h>