1
Fork 0
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:
Andreas Kling 2022-02-18 20:52:47 +01:00
parent a97586c24a
commit cdd1a9f128
3 changed files with 2 additions and 2 deletions

View file

@ -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 {