mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibWeb: Move QualifiedName.h into LibWeb/DOM/
This commit is contained in:
parent
a97586c24a
commit
cdd1a9f128
Notes:
sideshowbarker
2024-07-17 18:32:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/cdd1a9f128
3 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <AK/FlyString.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <LibWeb/DOM/Node.h>
|
||||
#include <LibWeb/QualifiedName.h>
|
||||
#include <LibWeb/DOM/QualifiedName.h>
|
||||
|
||||
namespace Web::DOM {
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
#include <LibWeb/DOM/NamedNodeMap.h>
|
||||
#include <LibWeb/DOM/NonDocumentTypeChildNode.h>
|
||||
#include <LibWeb/DOM/ParentNode.h>
|
||||
#include <LibWeb/DOM/QualifiedName.h>
|
||||
#include <LibWeb/HTML/AttributeNames.h>
|
||||
#include <LibWeb/HTML/EventLoop/Task.h>
|
||||
#include <LibWeb/HTML/TagNames.h>
|
||||
#include <LibWeb/Layout/Node.h>
|
||||
#include <LibWeb/QualifiedName.h>
|
||||
|
||||
namespace Web::DOM {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue