mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +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,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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue