mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
LibCore: Remove ConfigFile::write_color_entry()
This method is currently unused and adds an unwanted dependency on LibGfx. This also adds some missing `LibGfx/Color.h` includes.
This commit is contained in:
parent
c579617375
commit
fddff5f4f6
3 changed files with 1 additions and 7 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "ScreenLayout.h"
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Span.h>
|
||||
#include <LibGfx/Color.h>
|
||||
#include <sys/ioctl_numbers.h>
|
||||
|
||||
namespace WindowServer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue