include: always use <> for Zephyr includes

Double quotes "" should only be used for local headers.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-09-14 11:07:22 +02:00 committed by Carles Cufí
commit 691facc20f
59 changed files with 86 additions and 86 deletions

View file

@ -11,7 +11,7 @@
#include <zephyr/kernel.h>
#include <zephyr/settings/settings.h>
#include "zephyr/types.h"
#include <zephyr/types.h>
#include "errno.h"
#include "argparse.h"