LibWeb: Remove unused include from Animation.cpp

This commit is contained in:
Jelle Raaijmakers 2025-08-26 14:21:51 +02:00 committed by Jelle Raaijmakers
commit 55255586e8
Notes: github-actions[bot] 2025-08-26 16:49:21 +00:00

View file

@ -16,7 +16,6 @@
#include <LibWeb/HTML/Scripting/TemporaryExecutionContext.h>
#include <LibWeb/HTML/Window.h>
#include <LibWeb/HighResolutionTime/Performance.h>
#include <LibWeb/Painting/Paintable.h>
#include <LibWeb/WebIDL/ExceptionOr.h>
#include <LibWeb/WebIDL/Promise.h>