From 1b77fd1df6b83ee4fd99a1fb1784d2864a9a0369 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 16 Nov 2024 23:03:17 +0800 Subject: [PATCH] sched/misc: Remove the dup inclusion of nuttx/irq.h in assert.c Signed-off-by: Xiang Xiao --- sched/misc/assert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sched/misc/assert.c b/sched/misc/assert.c index 96b6a2a6835..c3c6f37e533 100644 --- a/sched/misc/assert.c +++ b/sched/misc/assert.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include