1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

Kernel: Remove unnecessary include from SysFS PowerStateSwitch code

I added that include in 2e55956784 by a
mistake, so we should get rid of it as soon as possible.
This commit is contained in:
Liav A 2023-02-19 08:05:13 +02:00 committed by Sam Atkins
parent 2c8b3fed71
commit 1acd679775

View file

@ -16,7 +16,6 @@
#include <Kernel/Process.h>
#include <Kernel/Sections.h>
#include <Kernel/TTY/ConsoleManagement.h>
#include <Kernel/WorkQueue.h>
namespace Kernel {