mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibIPC: Move IPC client/server connection templates to LibIPC
Move over the CoreIPC::Server and CoreIPC::Client namespace stuff into LibIPC where it will soon becomes LibIPC-style things.
This commit is contained in:
parent
272d65e3e2
commit
5d4ee0f58a
9 changed files with 7 additions and 7 deletions
|
@ -5,8 +5,8 @@
|
|||
#include <AK/OwnPtr.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <LibCore/CObject.h>
|
||||
#include <LibCore/CoreIPCServer.h>
|
||||
#include <LibDraw/GraphicsBitmap.h>
|
||||
#include <LibIPC/IClientConnection.h>
|
||||
#include <WindowServer/WSEvent.h>
|
||||
#include <WindowServer/WindowServerEndpoint.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue