summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-09-02 12:11:30 -0400
committerTim Flynn <trflynn89@pm.me>2022-09-05 14:37:16 -0400
commit43a3471298c429530aaf8c8cf2e2c3563079a9e4 (patch)
tree72a8c7adde28e2aa529e4810919f4421122ddb5b /Userland/Libraries/LibJS/Runtime/Intl/AbstractOperations.h
parentff48220dcae7109de994a727bea24a25a6649412 (diff)
downloadserenity-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.h2
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 {