1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 17:45:07 +00:00

LibIPC: Remove leading I from filenames

This commit is contained in:
Andreas Kling 2020-02-06 14:54:09 +01:00
parent 799b0a4fa8
commit 7415e6ef9f
16 changed files with 18 additions and 18 deletions

View file

@ -26,7 +26,7 @@
#include <LibCore/CEventLoop.h>
#include <LibCore/CLocalServer.h>
#include <LibIPC/IClientConnection.h>
#include <LibIPC/ClientConnection.h>
#include <ProtocolServer/HttpProtocol.h>
#include <ProtocolServer/PSClientConnection.h>