summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Desktop.cpp
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/Libraries/LibGUI/Desktop.cpp
parent05f41382bb527fbf2bb47340ad065b36f2e7409f (diff)
downloadserenity-4fd9e3ab080582de0e508d29bc3aee808c35174f.zip
Userland: Remove workarounds for LibIPC include order sensitivity
Diffstat (limited to 'Userland/Libraries/LibGUI/Desktop.cpp')
-rw-r--r--Userland/Libraries/LibGUI/Desktop.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibGUI/Desktop.cpp b/Userland/Libraries/LibGUI/Desktop.cpp
index 1b703f6391..271c3b50fb 100644
--- a/Userland/Libraries/LibGUI/Desktop.cpp
+++ b/Userland/Libraries/LibGUI/Desktop.cpp
@@ -7,13 +7,11 @@
#include <AK/Badge.h>
#include <AK/TemporaryChange.h>
+#include <LibConfig/Client.h>
#include <LibGUI/ConnectionToWindowServer.h>
#include <LibGUI/Desktop.h>
#include <string.h>
-// Including this after to avoid LibIPC errors
-#include <LibConfig/Client.h>
-
namespace GUI {
Desktop& Desktop::the()