1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:18:11 +00:00

Userland: Remove workarounds for LibIPC include order sensitivity

This commit is contained in:
Timothy Flynn 2022-11-15 11:32:00 -05:00 committed by Tim Flynn
parent 05f41382bb
commit 4fd9e3ab08
17 changed files with 11 additions and 46 deletions

View file

@ -4,9 +4,6 @@
#include <LibWeb/Cookie/Cookie.h>
#include <LibWeb/Cookie/ParsedCookie.h>
// FIXME: This isn't used here, but the generated IPC fails to compile without this include.
#include <LibWeb/WebDriver/Response.h>
endpoint WebContentClient
{
did_start_loading(URL url) =|