use a more clang LSP friendly include format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef JSON_HPP
|
||||
#define JSON_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <zephyr/data/json.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user