diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-09-02 12:11:30 -0400 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-09-05 14:37:16 -0400 |
commit | 43a3471298c429530aaf8c8cf2e2c3563079a9e4 (patch) | |
tree | 72a8c7adde28e2aa529e4810919f4421122ddb5b /Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h | |
parent | ff48220dcae7109de994a727bea24a25a6649412 (diff) | |
download | serenity-43a3471298c429530aaf8c8cf2e2c3563079a9e4.zip |
LibLocale: Move locale source files to the LibLocale folder
These are still included in LibUnicode, but this updates their location
and the include paths of other files which include them.
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h b/Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h index a0647ea77f..326fab3274 100644 --- a/Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h +++ b/Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h @@ -15,7 +15,7 @@ #include <LibJS/Runtime/Intl/SingleUnitIdentifiers.h> #include <LibJS/Runtime/Temporal/AbstractOperations.h> #include <LibJS/Runtime/Value.h> -#include <LibUnicode/Forward.h> +#include <LibLocale/Forward.h> namespace JS::Intl { |