1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

LibWeb: Update stale #includes for HTML/TagNames.* move

This commit is contained in:
Andreas Kling 2020-12-13 17:54:40 +01:00
parent 1eee6716e0
commit b73d0bb6c8
2 changed files with 2 additions and 2 deletions

View file

@ -31,8 +31,8 @@
#include <LibWeb/DOM/Attribute.h>
#include <LibWeb/DOM/NonDocumentTypeChildNode.h>
#include <LibWeb/DOM/ParentNode.h>
#include <LibWeb/DOM/TagNames.h>
#include <LibWeb/HTML/AttributeNames.h>
#include <LibWeb/HTML/TagNames.h>
#include <LibWeb/Layout/Node.h>
#include <LibWeb/QualifiedName.h>