Kernel: Remove unused header includes from TimerQueue.cpp
CLion found these, remove them.
This commit is contained in:
parent
b7f8343f87
commit
b4aaa99968
Notes:
sideshowbarker
2024-07-18 12:12:19 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/b4aaa999685 Pull-request: https://github.com/SerenityOS/serenity/pull/8073
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
Reference in a new issue