mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
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:
parent
638a6c8c00
commit
1c51ac4763
Notes:
sideshowbarker
2024-07-16 21:39:23 +09:00
Author: https://github.com/trflynn89
Commit: 1c51ac4763
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/193
4 changed files with 5 additions and 103 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue