mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +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:
parent
2c8b3fed71
commit
1acd679775
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
||||||
#include <Kernel/Process.h>
|
#include <Kernel/Process.h>
|
||||||
#include <Kernel/Sections.h>
|
#include <Kernel/Sections.h>
|
||||||
#include <Kernel/TTY/ConsoleManagement.h>
|
#include <Kernel/TTY/ConsoleManagement.h>
|
||||||
#include <Kernel/WorkQueue.h>
|
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue