mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
LibWeb: Move QualifiedName.h into LibWeb/DOM/
This commit is contained in:
parent
a97586c24a
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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue