ladybird/Userland/Services/Clipboard/ClipboardClient.ipc
Timothy 944e5cfb35 Everywhere: Use IPC include syntax
Remove superfluous includes from IPCCompiler's generated output and
add include directives in IPC definitions where appropriate.
2021-07-03 12:16:00 +02:00

7 lines
122 B
Plaintext

#include <LibCore/AnonymousBuffer.h>
endpoint ClipboardClient
{
clipboard_data_changed([UTF8] String mime_type) =|
}