mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
01c1bb6223
BNumberFormat is the way to go for all of this. This code was not even compiled in.
19 lines
460 B
C
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>
|