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:
Fabio Baltieri 2022-05-27 22:53:59 +01:00 committed by Anas Nashif
commit 55b243e124
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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)

View file

@ -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"

View file

@ -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>
/**