mirror of https://github.com/Desuuuu/klipper.git
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
|
@ -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…
Reference in New Issue