test,arch: fix few odd suffix include paths
Fix some more legacy include paths found in files with unusual suffixes. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
03912c23e3
commit
55b243e124
4 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#ifndef _MACRO_PRIV_INC_
|
||||
#define _MACRO_PRIV_INC_
|
||||
|
||||
#include <arch/arm64/tpidrro_el0.h>
|
||||
#include <zephyr/arch/arm64/tpidrro_el0.h>
|
||||
|
||||
#ifdef _ASMLANGUAGE
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <ztest.h>
|
||||
#include <sys/math_extras.h>
|
||||
#include <zephyr/sys/math_extras.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
static void VNAME(u32_add)(void)
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <ztest.h>
|
||||
#include <sys/util.h>
|
||||
#include <zephyr/ztest.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "test.inc"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <ztest.h>
|
||||
#include <sys/util.h>
|
||||
#include <zephyr/ztest.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue