LibWeb: Remove unused math.h include in HTMLMediaElement.h

This commit is contained in:
Zaggy1024
2026-02-20 12:43:05 -06:00
committed by Alexander Kalenik
parent 228947b131
commit 5a615009ff
Notes: github-actions[bot] 2026-02-23 06:29:29 +00:00

View File

@@ -23,7 +23,6 @@
#include <LibWeb/PixelUnits.h>
#include <LibWeb/UIEvents/KeyCode.h>
#include <LibWeb/WebIDL/DOMException.h>
#include <math.h>
namespace Web::HTML {