mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-16 07:11:52 +00:00
LibWeb: Move ResourceLoader into a new Loader/ directory
This commit is contained in:
parent
77a3710e9d
commit
6ed11f1d1c
Notes:
sideshowbarker
2024-07-19 05:54:26 +09:00
Author: https://github.com/awesomekling
Commit: 6ed11f1d1c
13 changed files with 12 additions and 12 deletions
|
@ -50,7 +50,7 @@
|
|||
#include <LibWeb/Parser/HTMLDocumentParser.h>
|
||||
#include <LibWeb/Parser/HTMLParser.h>
|
||||
#include <LibWeb/RenderingContext.h>
|
||||
#include <LibWeb/ResourceLoader.h>
|
||||
#include <LibWeb/Loader/ResourceLoader.h>
|
||||
#include <stdio.h>
|
||||
|
||||
//#define SELECTION_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue