LibJS: Remove unused PartitionPattern AO and related types

And move some headers around that are no longer needed in the AO header.
This commit is contained in:
Timothy Flynn 2024-06-17 16:24:58 -04:00 committed by Tim Flynn
commit 1c51ac4763
Notes: sideshowbarker 2024-07-16 21:39:23 +09:00
4 changed files with 5 additions and 103 deletions

View file

@ -19,11 +19,13 @@
#include <LibJS/Runtime/Intl/PluralRulesConstructor.h>
#include <LibJS/Runtime/Intl/RelativeTimeFormatConstructor.h>
#include <LibJS/Runtime/Intl/SegmenterConstructor.h>
#include <LibJS/Runtime/Intl/SingleUnitIdentifiers.h>
#include <LibJS/Runtime/Temporal/TimeZone.h>
#include <LibLocale/DateTimeFormat.h>
#include <LibLocale/Locale.h>
#include <LibLocale/NumberFormat.h>
#include <LibLocale/UnicodeKeywords.h>
#include <LibTimeZone/TimeZone.h>
namespace JS::Intl {