Everywhere: Use IPC include syntax

Remove superfluous includes from IPCCompiler's generated output and
add include directives in IPC definitions where appropriate.
This commit is contained in:
Timothy 2021-07-02 21:40:44 -07:00 committed by Andreas Kling
commit 944e5cfb35
Notes: sideshowbarker 2024-07-18 11:04:41 +09:00
22 changed files with 49 additions and 5 deletions

View file

@ -1,3 +1,6 @@
#include <LibCore/AnonymousBuffer.h>
#include <LibGfx/ShareableBitmap.h>
endpoint ImageDecoderClient
{
}