mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
Userland: Remove workarounds for LibIPC include order sensitivity
This commit is contained in:
parent
05f41382bb
commit
4fd9e3ab08
17 changed files with 11 additions and 46 deletions
|
@ -7,8 +7,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/HashMap.h>
|
||||
// Need to include this before RequestClientEndpoint.h as that one includes LibIPC/(De En)coder.h, which would bomb if included before this.
|
||||
#include <LibCore/Proxy.h>
|
||||
#include <LibIPC/ConnectionToServer.h>
|
||||
#include <RequestServer/RequestClientEndpoint.h>
|
||||
#include <RequestServer/RequestServerEndpoint.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue