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
Notes: sideshowbarker 2024-07-18 12:12:19 +09:00

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>