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>