diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/thread.h b/src/include/thread.h index e8041c7a99..e6af2efd55 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -18,7 +18,6 @@ #include <stddef.h> #include <stdint.h> #include <bootstate.h> -#include <timer.h> #include <arch/cpu.h> #if CONFIG(COOP_MULTITASKING) && !defined(__SMM__) && !defined(__PRE_RAM__) |