mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +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
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "TerminalSettingsWidget.h"
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibGUI/Application.h>
|
||||
|
@ -12,9 +13,6 @@
|
|||
#include <LibGUI/SettingsWindow.h>
|
||||
#include <LibMain/Main.h>
|
||||
|
||||
// Including this after to avoid LibIPC errors
|
||||
#include <LibConfig/Client.h>
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio rpath recvfd sendfd unix"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue