LibIPC: Remove leading I from filenames

This commit is contained in:
Andreas Kling 2020-02-06 14:54:09 +01:00
commit 7415e6ef9f
Notes: sideshowbarker 2024-07-19 09:34:09 +09:00
16 changed files with 18 additions and 18 deletions

View file

@ -26,7 +26,7 @@
#pragma once
#include <LibIPC/IServerConnection.h>
#include <LibIPC/ServerConnection.h>
#include <ProtocolServer/ProtocolClientEndpoint.h>
#include <ProtocolServer/ProtocolServerEndpoint.h>