LibGC+LibWeb: Remove unused include and class

This commit is contained in:
Jelle Raaijmakers 2025-08-18 12:37:44 +02:00 committed by Jelle Raaijmakers
commit 715de4693c
Notes: github-actions[bot] 2025-08-19 09:13:40 +00:00
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
#include <AK/Badge.h>
#include <AK/Function.h>
#include <AK/HashTable.h>
#include <AK/IntrusiveList.h>
#include <AK/Noncopyable.h>
#include <AK/NonnullOwnPtr.h>

View file

@ -881,7 +881,6 @@ class PerformanceTiming;
namespace Web::Painting {
class AudioPaintable;
class ButtonPaintable;
class CheckBoxPaintable;
class FieldSetPaintable;
class LabelablePaintable;