LibWeb: Remove now-unused Resource and ResourceClient

And deal with the fallout of transitive includes.
This commit is contained in:
Timothy Flynn 2025-11-05 09:12:26 -05:00 committed by Andreas Kling
parent 6057719f63
commit ac246caa0c
Notes: github-actions[bot] 2025-11-05 17:28:39 +00:00
11 changed files with 12 additions and 372 deletions

View file

@ -24,6 +24,7 @@
#include <LibWeb/HTML/MessageEvent.h>
#include <LibWeb/HTML/WindowOrWorkerGlobalScope.h>
#include <LibWeb/Loader/ResourceLoader.h>
#include <LibWeb/Page/Page.h>
#include <LibWeb/Platform/EventLoopPlugin.h>
#include <LibWeb/WebIDL/AbstractOperations.h>
#include <LibWeb/WebIDL/Buffers.h>