mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27: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
|
@ -9,6 +9,7 @@
|
|||
#include "BackgroundSettingsWidget.h"
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <Applications/DisplaySettings/BackgroundSettingsGML.h>
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibDesktop/Launcher.h>
|
||||
#include <LibGUI/Application.h>
|
||||
|
@ -26,9 +27,6 @@
|
|||
#include <LibGfx/Palette.h>
|
||||
#include <LibGfx/SystemTheme.h>
|
||||
|
||||
// Including this after to avoid LibIPC errors
|
||||
#include <LibConfig/Client.h>
|
||||
|
||||
namespace DisplaySettings {
|
||||
|
||||
BackgroundSettingsWidget::BackgroundSettingsWidget(bool& background_settings_changed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue