1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 07:32:07 +00:00

LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h

This commit is contained in:
Andreas Kling 2023-05-08 07:10:24 +02:00 committed by Jelle Raaijmakers
parent f7678e2797
commit 67d2e32984
3 changed files with 14 additions and 3 deletions

View file

@ -11,6 +11,7 @@
#include <LibWeb/DOM/DocumentFragment.h>
#include <LibWeb/DOM/DocumentType.h>
#include <LibWeb/DOM/Element.h>
#include <LibWeb/DOM/NamedNodeMap.h>
#include <LibWeb/DOM/Node.h>
#include <LibWeb/DOM/ProcessingInstruction.h>
#include <LibWeb/DOM/Text.h>