use a more clang LSP friendly include format

This commit is contained in:
Mickael Bosch
2026-05-13 12:15:10 +02:00
parent f6484eccaa
commit 82c91ca1dd

View File

@@ -1,8 +1,8 @@
#ifndef JSON_HPP #ifndef JSON_HPP
#define JSON_HPP #define JSON_HPP
#include <cstddef> #include <stddef.h>
#include <cstdint> #include <stdint.h>
#include <zephyr/data/json.h> #include <zephyr/data/json.h>