1
Fork 0
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:
Brian Gianforcaro 2021-06-15 02:37:00 -07:00 committed by Andreas Kling
parent b7f8343f87
commit b4aaa99968

View file

@ -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>