From 43d071e3b7d116b02e06e32bb54e1d7f9ff489fc Mon Sep 17 00:00:00 2001 From: rmg-x Date: Sat, 16 Aug 2025 14:57:26 -0500 Subject: [PATCH] LibWeb/WebIDL: Remove unused `AK/Diagnostics.h` import in DOMException --- Libraries/LibWeb/WebIDL/DOMException.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibWeb/WebIDL/DOMException.h b/Libraries/LibWeb/WebIDL/DOMException.h index a09bb9e2ae6..bb022db1626 100644 --- a/Libraries/LibWeb/WebIDL/DOMException.h +++ b/Libraries/LibWeb/WebIDL/DOMException.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include