LibWeb: Remove unused DeprecatedFlyString include from HTMLCollection

This commit is contained in:
Shannon Booth 2023-11-07 08:11:56 +13:00 committed by Andreas Kling
parent 7e9a40dbad
commit 346825bd78

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/DeprecatedFlyString.h>
#include <AK/Function.h>
#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/Bindings/LegacyPlatformObject.h>