mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
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: b4aaa99968
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
Add a link
Reference in a new issue