Skip to content

Commit

Permalink
Merge pull request #4908 from kateinoigakukun/pr-34e15bc0ecf1c67a4ca9…
Browse files Browse the repository at this point in the history
…21c850b81d5c9dd2a517

[wasm] Port CoreFoundation/Locale.subproj
  • Loading branch information
kateinoigakukun committed Mar 8, 2024
2 parents 56b27ca + 7891776 commit 355fbfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CoreFoundation/Locale.subproj/CFLocale.c
Expand Up @@ -19,15 +19,11 @@
#include <CoreFoundation/CFNumber.h>
#include "CFInternal.h"
#include "CFRuntime_Internal.h"
#if !TARGET_OS_WASI
#include <CoreFoundation/CFPreferences.h>
#include "CFBundle_Internal.h"
#else
#include "CFBase.h"
#endif
#include "CFLocaleInternal.h"
#include <stdatomic.h>
#if TARGET_OS_MAC || TARGET_OS_WIN32 || TARGET_OS_LINUX || TARGET_OS_BSD
#if TARGET_OS_MAC || TARGET_OS_WIN32 || TARGET_OS_LINUX || TARGET_OS_BSD || TARGET_OS_WASI
#include <unicode/uloc.h> // ICU locales
#include <unicode/ulocdata.h> // ICU locale data
#include <unicode/ucal.h>
Expand Down

0 comments on commit 355fbfa

Please sign in to comment.