Skip to content

Commit

Permalink
Kernel: Remove unused header includes from TimerQueue.cpp
Browse files Browse the repository at this point in the history
CLion found these, remove them.
  • Loading branch information
bgianfo authored and awesomekling committed Jun 16, 2021
1 parent b7f8343 commit b4aaa99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kernel/TimerQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b4aaa99

Please sign in to comment.