From fb2f7c7b9ca4fc9e879ad08cbc448ba59ca3da48 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 22 Sep 2021 15:37:50 +0200 Subject: [PATCH] LibWeb: Remove unnecessary WindowObject.h include in DOMException.h --- Userland/Libraries/LibWeb/DOM/DOMException.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/DOM/DOMException.h b/Userland/Libraries/LibWeb/DOM/DOMException.h index 6e837ec22d..9c473b0b45 100644 --- a/Userland/Libraries/LibWeb/DOM/DOMException.h +++ b/Userland/Libraries/LibWeb/DOM/DOMException.h @@ -9,7 +9,6 @@ #include #include #include -#include #include namespace Web::DOM {