1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/sched: remove duplicate include of irq.h

This commit is contained in:
fenghe 2019-10-31 01:28:32 +08:00
parent 71ad10afa7
commit d6227cbc4d

View File

@ -26,7 +26,6 @@
#include "bitarithm.h"
#include "irq.h"
#include "thread.h"
#include "irq.h"
#include "log.h"
#ifdef MODULE_MPU_STACK_GUARD