mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00: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:
parent
83fb97c301
commit
944e5cfb35
Notes:
sideshowbarker
2024-07-18 11:04:41 +09:00
Author: https://github.com/timmot
Commit: 944e5cfb35
Pull-request: https://github.com/SerenityOS/serenity/pull/8400
22 changed files with 49 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <AK/URL.h>
|
||||
|
||||
endpoint WebSocketClient
|
||||
{
|
||||
// Connection API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue