repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
headers
/
os
/
LocaleKit.h
blob
50764df7d25cf1552e11b54336f2a57f69808db9
1
/*
2
* Master include file for the Locale Kit.
3
*
4
* CatalogInAddOn.h not included, as it's only required when building an add-on.
5
*/
6
#include <Catalog.h>
7
#include <Collator.h>
8
#include <Country.h>
9
#include <Format.h>
10
#include <FormattingConventions.h>
11
#include <Language.h>
12
#include <Locale.h>
13
#include <NumberFormat.h>
14
#include <TimeFormat.h>
15
#include <UnicodeChar.h>