From 5a615009ffc4e64aaf68df8d267efc0d018855c2 Mon Sep 17 00:00:00 2001 From: Zaggy1024 Date: Fri, 20 Feb 2026 12:43:05 -0600 Subject: [PATCH] LibWeb: Remove unused math.h include in HTMLMediaElement.h --- Libraries/LibWeb/HTML/HTMLMediaElement.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibWeb/HTML/HTMLMediaElement.h b/Libraries/LibWeb/HTML/HTMLMediaElement.h index 4670f607a82..7342c8e3dc7 100644 --- a/Libraries/LibWeb/HTML/HTMLMediaElement.h +++ b/Libraries/LibWeb/HTML/HTMLMediaElement.h @@ -23,7 +23,6 @@ #include #include #include -#include namespace Web::HTML {