mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibURL: Define Origin methods depending on URL::Parser out of line
This is also in an effort towards resolving a future circular dependency between Origin.h and URL.h
This commit is contained in:
parent
53ad982bb7
commit
43973f2d0a
Notes:
github-actions[bot]
2024-10-05 08:47:44 +00:00
Author: https://github.com/shannonbooth
Commit: 43973f2d0a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1636
5 changed files with 58 additions and 33 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibURL/Parser.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Fetch/Fetching/Fetching.h>
|
||||
#include <LibWeb/Fetch/Infrastructure/FetchAlgorithms.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue