1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:47:36 +00:00

Userland+Tests: Remove unused <AK/Tuple.h> includes

This commit is contained in:
Hendiadyoin1 2024-02-29 16:30:49 +01:00 committed by Andrew Kaster
parent d1b5f55f91
commit fe0fde2154
8 changed files with 1 additions and 9 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Tuple.h>
#include <LibWeb/DOM/AccessibilityTreeNode.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Element.h>