mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Userland: Remove workarounds for LibIPC include order sensitivity
This commit is contained in:
parent
05f41382bb
commit
4fd9e3ab08
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/trflynn89
Commit: 4fd9e3ab08
Pull-request: https://github.com/SerenityOS/serenity/pull/16081
Issue: https://github.com/SerenityOS/serenity/issues/9584
Reviewed-by: https://github.com/linusg ✅
17 changed files with 11 additions and 46 deletions
|
@ -4,15 +4,12 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
// FIXME: LibIPC Decoder and Encoder are sensitive to include order here
|
||||
// clang-format off
|
||||
#include <LibGUI/ConnectionToWindowServer.h>
|
||||
// clang-format on
|
||||
#include <AK/Debug.h>
|
||||
#include <FileSystemAccessServer/ConnectionFromClient.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/IODevice.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/ConnectionToWindowServer.h>
|
||||
#include <LibGUI/FilePicker.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue