LibWeb: Remove unused include from InlineLevelIterator

This commit is contained in:
Jelle Raaijmakers 2025-06-17 12:32:18 +02:00 committed by Alexander Kalenik
commit 4a514020e0
Notes: github-actions[bot] 2025-06-17 15:05:21 +00:00

View file

@ -8,7 +8,6 @@
#include <AK/Noncopyable.h>
#include <LibWeb/Layout/BlockContainer.h>
#include <LibWeb/Layout/InlineNode.h>
#include <LibWeb/Layout/LayoutState.h>
#include <LibWeb/Layout/TextNode.h>