diff --git a/CoreFoundation/Locale.subproj/CFLocale.c b/CoreFoundation/Locale.subproj/CFLocale.c index 738ff28a0b..2c2a942dc8 100644 --- a/CoreFoundation/Locale.subproj/CFLocale.c +++ b/CoreFoundation/Locale.subproj/CFLocale.c @@ -19,15 +19,11 @@ #include #include "CFInternal.h" #include "CFRuntime_Internal.h" -#if !TARGET_OS_WASI #include #include "CFBundle_Internal.h" -#else -#include "CFBase.h" -#endif #include "CFLocaleInternal.h" #include -#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 // ICU locales #include // ICU locale data #include