summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-11-15 11:32:00 -0500
committerTim Flynn <trflynn89@pm.me>2022-11-15 13:25:51 -0500
commit4fd9e3ab080582de0e508d29bc3aee808c35174f (patch)
tree3a6a3d8b801830ebbd42ee929fcf27221a23e8a6 /Userland/Services/RequestServer
parent05f41382bb527fbf2bb47340ad065b36f2e7409f (diff)
downloadserenity-4fd9e3ab080582de0e508d29bc3aee808c35174f.zip
Userland: Remove workarounds for LibIPC include order sensitivity
Diffstat (limited to 'Userland/Services/RequestServer')
-rw-r--r--Userland/Services/RequestServer/ConnectionFromClient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Services/RequestServer/ConnectionFromClient.h b/Userland/Services/RequestServer/ConnectionFromClient.h
index 3fca6387d2..fb7ae2a76f 100644
--- a/Userland/Services/RequestServer/ConnectionFromClient.h
+++ b/Userland/Services/RequestServer/ConnectionFromClient.h
@@ -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/ConnectionFromClient.h>
#include <RequestServer/Forward.h>
#include <RequestServer/RequestClientEndpoint.h>