Skip to content

Commit 7da055e

Browse files
kennethmyhraawesomekling
authored andcommitted
LibWeb: Remove unused headers in StructuredSerialize.cpp
1 parent 9a007cc commit 7da055e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Userland/Libraries/LibWeb/HTML/StructuredSerialize.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
* SPDX-License-Identifier: BSD-2-Clause
77
*/
88

9-
#include <AK/HashTable.h>
109
#include <AK/StdLibExtras.h>
1110
#include <AK/String.h>
1211
#include <AK/Vector.h>
1312
#include <LibJS/Forward.h>
1413
#include <LibJS/Runtime/BigInt.h>
15-
#include <LibJS/Runtime/BigIntObject.h>
1614
#include <LibJS/Runtime/BooleanObject.h>
1715
#include <LibJS/Runtime/Date.h>
1816
#include <LibJS/Runtime/NumberObject.h>

0 commit comments

Comments
 (0)