mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-09 07:56:26 -06:00
linux: Remove unneeded includes from timer.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
eaacb928fc
commit
03e97c2d95
1 changed files with 0 additions and 2 deletions
|
@ -8,9 +8,7 @@
|
|||
#include "autoconf.h" // CONFIG_CLOCK_FREQ
|
||||
#include "board/misc.h" // timer_from_us
|
||||
#include "board/irq.h" // irq_disable
|
||||
#include "basecmd.h" // stats_note_sleep
|
||||
#include "command.h" // DECL_CONSTANT
|
||||
#include "generic/timer_irq.h" // timer_dispatch_many
|
||||
#include "internal.h" // console_sleep
|
||||
#include "sched.h" // DECL_INIT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue