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
commit 1acd679775
Notes: sideshowbarker 2024-07-17 06:40:35 +09:00

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 {