1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:27:43 +00:00

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
parent 83fb97c301
commit 944e5cfb35
22 changed files with 49 additions and 5 deletions

View file

@ -8,6 +8,7 @@
#include <Clipboard/ClipboardClientEndpoint.h>
#include <Clipboard/ClipboardServerEndpoint.h>
#include <LibGUI/Clipboard.h>
#include <LibGfx/Bitmap.h>
#include <LibIPC/ServerConnection.h>
namespace GUI {