mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +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,11 +7,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibIPC/ConnectionFromClient.h>
|
||||
#include <WindowServer/ScreenLayout.h>
|
||||
|
||||
// Must be included after WindowServer/ScreenLayout.h
|
||||
#include <NotificationServer/NotificationClientEndpoint.h>
|
||||
#include <NotificationServer/NotificationServerEndpoint.h>
|
||||
#include <WindowServer/ScreenLayout.h>
|
||||
|
||||
namespace NotificationServer {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue