mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
LibIPC: Remove leading I from filenames
This commit is contained in:
parent
799b0a4fa8
commit
7415e6ef9f
Notes:
sideshowbarker
2024-07-19 09:34:09 +09:00
Author: https://github.com/awesomekling
Commit: 7415e6ef9f
16 changed files with 18 additions and 18 deletions
|
@ -227,9 +227,9 @@ int main(int argc, char** argv)
|
|||
dbg() << "#include <AK/OwnPtr.h>";
|
||||
dbg() << "#include <LibGfx/Color.h>";
|
||||
dbg() << "#include <LibGfx/Rect.h>";
|
||||
dbg() << "#include <LibIPC/IEncoder.h>";
|
||||
dbg() << "#include <LibIPC/IEndpoint.h>";
|
||||
dbg() << "#include <LibIPC/IMessage.h>";
|
||||
dbg() << "#include <LibIPC/Encoder.h>";
|
||||
dbg() << "#include <LibIPC/Endpoint.h>";
|
||||
dbg() << "#include <LibIPC/Message.h>";
|
||||
dbg();
|
||||
|
||||
for (auto& endpoint : endpoints) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue