1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

LibWeb: Move ResourceLoader into a new Loader/ directory

This commit is contained in:
Andreas Kling 2020-06-01 20:42:50 +02:00
parent 77a3710e9d
commit 6ed11f1d1c
13 changed files with 12 additions and 12 deletions

View file

@ -55,7 +55,7 @@
#include <LibWeb/Layout/LayoutInline.h>
#include <LibWeb/Layout/LayoutNode.h>
#include <LibWeb/Parser/CSSParser.h>
#include <LibWeb/ResourceLoader.h>
#include <LibWeb/Loader/ResourceLoader.h>
namespace Browser {