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:
parent
f7678e2797
commit
67d2e32984
3 changed files with 14 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue