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:
Fabio Baltieri 2022-05-25 16:31:28 +01:00 committed by Marti Bolivar
commit e24314f10f
96 changed files with 134 additions and 134 deletions

View file

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