mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
Kernel: Remove unused header includes from TimerQueue.cpp
CLion found these, remove them.
This commit is contained in:
parent
b7f8343f87
commit
b4aaa99968
1 changed files with 0 additions and 2 deletions
|
@ -4,9 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/Function.h>
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/Singleton.h>
|
||||
#include <AK/Time.h>
|
||||
#include <Kernel/Scheduler.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue