1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 15:55:07 +00:00

LibWeb: Move the HTML parser into HTML/Parser/

This commit is contained in:
Andreas Kling 2020-07-28 19:18:23 +02:00
parent a296020e03
commit cc4109c03b
18 changed files with 32 additions and 42 deletions

View file

@ -51,7 +51,7 @@
#include <LibWeb/Loader/ResourceLoader.h>
#include <LibWeb/PageView.h>
#include <LibWeb/Painting/PaintContext.h>
#include <LibWeb/Parser/HTMLDocumentParser.h>
#include <LibWeb/HTML/Parser/HTMLDocumentParser.h>
#include <LibWeb/UIEvents/MouseEvent.h>
#include <stdio.h>