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,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