mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 07:22:50 +00:00
Remove superfluous includes from IPCCompiler's generated output and add include directives in IPC definitions where appropriate.
7 lines
280 B
Text
7 lines
280 B
Text
#include <LibCore/AnonymousBuffer.h>
|
|
|
|
endpoint ClipboardServer
|
|
{
|
|
get_clipboard_data() => (Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata)
|
|
set_clipboard_data(Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata) =|
|
|
}
|