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 <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2024-02-01 14:00:34 -06:00 committed by Anas Nashif
commit 172bc0c238

View file

@ -5,7 +5,6 @@
*
*/
#include "zephyr/sys/__assert.h"
#include <zephyr/sys/util.h>
#include <zephyr/llext/elf.h>
#include <zephyr/llext/loader.h>