mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +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
|
@ -6,15 +6,13 @@
|
|||
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <Kernel/API/Graphics.h>
|
||||
#include <LibIPC/Decoder.h>
|
||||
#include <LibIPC/Encoder.h>
|
||||
#include <Services/WindowServer/ScreenLayout.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
||||
// Must be included after LibIPC/Forward.h
|
||||
#include <LibIPC/Decoder.h>
|
||||
#include <LibIPC/Encoder.h>
|
||||
|
||||
namespace WindowServer {
|
||||
|
||||
bool ScreenLayout::is_valid(String* error_msg) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue