LibWeb: Don't include DOMStringMap.h quite so much

This file was being included everywhere via HTMLElement and SVGElement,
but we don't actually need to do that.
This commit is contained in:
Andreas Kling 2022-10-08 12:25:01 +02:00
commit 2c37df6241
Notes: sideshowbarker 2024-07-17 06:03:51 +09:00
4 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,7 @@
#include <LibWeb/DOM/ShadowRoot.h>
#include <LibWeb/HTML/BrowsingContext.h>
#include <LibWeb/HTML/BrowsingContextContainer.h>
#include <LibWeb/HTML/DOMStringMap.h>
#include <LibWeb/HTML/EventHandler.h>
#include <LibWeb/HTML/HTMLAnchorElement.h>
#include <LibWeb/HTML/HTMLAreaElement.h>