mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +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
22 changed files with 49 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <LibGfx/ShareableBitmap.h>
|
||||
|
||||
endpoint WindowManagerClient
|
||||
{
|
||||
window_removed(i32 wm_id, i32 client_id, i32 window_id) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue