1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

LibJS: Replace remaining uses of StringBuilder in the Intl namespace

This commit is contained in:
Timothy Flynn 2023-02-02 19:23:04 -05:00 committed by Linus Groh
parent 951a8269f0
commit e86eafe65e
3 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/StringBuilder.h>
#include <LibJS/Runtime/AbstractOperations.h>
#include <LibJS/Runtime/Array.h>
#include <LibJS/Runtime/GlobalObject.h>