mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 15:59:43 +00:00
LibIPC: Move notifier handling entirely to IPC::Connection base class
This commit is contained in:
parent
54116115a8
commit
4873e2bb53
Notes:
sideshowbarker
2024-07-19 02:43:44 +09:00
Author: https://github.com/awesomekling
Commit: 4873e2bb53
3 changed files with 5 additions and 31 deletions
|
@ -26,20 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <LibCore/Event.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/LocalSocket.h>
|
||||
#include <LibCore/Object.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibIPC/Connection.h>
|
||||
#include <LibIPC/Endpoint.h>
|
||||
#include <LibIPC/Message.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace IPC {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue