mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +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:
@@ -1,3 +1,6 @@
|
||||
#include <LibCore/AnonymousBuffer.h>
|
||||
#include <LibGfx/ShareableBitmap.h>
|
||||
|
||||
endpoint ImageDecoderServer
|
||||
{
|
||||
decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
||||
|
||||
Reference in New Issue
Block a user