Patch by Jorma Karvonen: Add LocaleKit.h header and also add it to Be.h. Thanks!

Closes ticket #6004.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-05-16 16:07:55 +00:00
parent 33394b856d
commit 0a93eaefb8
2 changed files with 27 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <GameKit.h>
#include <InterfaceKit.h>
#include <KernelKit.h>
#include <LocaleKit.h>
#include <MediaKit.h>
#include <MidiKit.h>
#include <NetKit.h>

26
headers/os/LocaleKit.h Normal file
View File

@ -0,0 +1,26 @@
/*
* Master include file for the Locale Kit.
*
* CatalogInddOn.h not included, as it's only required when building an add-on.
*/
#include <Catlog.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 <GenericNumberFormat.h>
#include <IntegerFormat.h>
#include <IntegerFormatImpl.h>
#include <IntegerFormatParameters.h>
#include <Language.h>
#include <Locale.h>
#include <NumberFormat.h>
#include <NumberFormatImpl.h>
#include <NumberFormatParameters.h>
#include <TimeFormat.h>
#include <UnicodeChar.h>