From 172bc0c23875bf9ce61f5080af6159022be6d872 Mon Sep 17 00:00:00 2001 From: Tom Burdick Date: Thu, 1 Feb 2024 14:00:34 -0600 Subject: [PATCH] llext: Remove automatic include clangd like to automatically add include directives, this one slipped by and made its way in the tree. Remove it. Signed-off-by: Tom Burdick --- subsys/llext/llext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/llext/llext.c b/subsys/llext/llext.c index bcd5ccda843..cbafa134eaa 100644 --- a/subsys/llext/llext.c +++ b/subsys/llext/llext.c @@ -5,7 +5,6 @@ * */ -#include "zephyr/sys/__assert.h" #include #include #include