include: add more missing zephyr/ prefixes
Adds few missing zephyr/ prefixes to leftover #include statements that either got added recently or were using double quote format. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
26b59d6d17
commit
e24314f10f
96 changed files with 134 additions and 134 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "task_wdt/task_wdt.h"
|
||||
#include <zephyr/task_wdt/task_wdt.h>
|
||||
|
||||
#include <zephyr/drivers/watchdog.h>
|
||||
#include <zephyr/sys/reboot.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue