summaryrefslogtreecommitdiff
path: root/Userland/Services/NotificationServer
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/NotificationServer
parent05f41382bb527fbf2bb47340ad065b36f2e7409f (diff)
downloadserenity-4fd9e3ab080582de0e508d29bc3aee808c35174f.zip
Userland: Remove workarounds for LibIPC include order sensitivity
Diffstat (limited to 'Userland/Services/NotificationServer')
-rw-r--r--Userland/Services/NotificationServer/ConnectionFromClient.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Services/NotificationServer/ConnectionFromClient.h b/Userland/Services/NotificationServer/ConnectionFromClient.h
index cbc81bb573..903ebab89b 100644
--- a/Userland/Services/NotificationServer/ConnectionFromClient.h
+++ b/Userland/Services/NotificationServer/ConnectionFromClient.h
@@ -7,11 +7,9 @@
#pragma once
#include <LibIPC/ConnectionFromClient.h>
-#include <WindowServer/ScreenLayout.h>
-
-// Must be included after WindowServer/ScreenLayout.h
#include <NotificationServer/NotificationClientEndpoint.h>
#include <NotificationServer/NotificationServerEndpoint.h>
+#include <WindowServer/ScreenLayout.h>
namespace NotificationServer {