rtio: Drop include for toolchain.h

It's not needed and was likely accidently automatically included by
clangd lsp at some point.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2024-02-08 13:43:33 -06:00 committed by Anas Nashif
parent 1fb449c9bc
commit ab590fdb28

View file

@ -10,7 +10,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <zephyr/toolchain/common.h>
#include <zephyr/sys/atomic.h>
#include <zephyr/kernel.h>