summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Element.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-02-18 20:52:47 +0100
committerAndreas Kling <kling@serenityos.org>2022-02-19 14:45:59 +0100
commitcdd1a9f12828fb1ffd8183b1fa1ff2b580b6b890 (patch)
treeb9d34b6f73f4331c6bc2718e2d8b6b9988658b25 /Userland/Libraries/LibWeb/DOM/Element.h
parenta97586c24a1c06f02f0cf667d367c3a97f45a7dd (diff)
downloadserenity-cdd1a9f12828fb1ffd8183b1fa1ff2b580b6b890.zip
LibWeb: Move QualifiedName.h into LibWeb/DOM/
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/Element.h')
-rw-r--r--Userland/Libraries/LibWeb/DOM/Element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/Element.h b/Userland/Libraries/LibWeb/DOM/Element.h
index dec2c12879..d11bd5c963 100644
--- a/Userland/Libraries/LibWeb/DOM/Element.h
+++ b/Userland/Libraries/LibWeb/DOM/Element.h
@@ -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 {