mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Everywhere: Use IPC include syntax
Remove superfluous includes from IPCCompiler's generated output and add include directives in IPC definitions where appropriate.
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 11:04:41 +09:00
Author: https://github.com/timmot Commit: https://github.com/SerenityOS/serenity/commit/944e5cfb350 Pull-request: https://github.com/SerenityOS/serenity/pull/8400
@@ -1,3 +1,7 @@
|
||||
#include <AK/URL.h>
|
||||
#include <LibCore/AnonymousBuffer.h>
|
||||
#include <LibGfx/ShareableBitmap.h>
|
||||
|
||||
endpoint WebContentClient
|
||||
{
|
||||
did_start_loading(URL url) =|
|
||||
|
||||
Reference in New Issue
Block a user