include: fix the remaining legacy #include paths
Add the "zephyr/" prefix to various #include statements that are preventing the CI form running with LEGACY_INCLUDE_PATH=n. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
def230187b
commit
24d09d363c
8 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "spinlock.h"
|
||||
#include <zephyr/spinlock.h>
|
||||
#include <zephyr/rtio/rtio_executor_concurrent.h>
|
||||
#include <zephyr/rtio/rtio.h>
|
||||
#include <zephyr/kernel.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue