From 82c91ca1ddf7fa40d6d92bd73bd34a4a41183213 Mon Sep 17 00:00:00 2001 From: Mickael Bosch Date: Wed, 13 May 2026 12:15:10 +0200 Subject: [PATCH] use a more clang LSP friendly include format --- include/json.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/json.hpp b/include/json.hpp index f598709..71bbf90 100644 --- a/include/json.hpp +++ b/include/json.hpp @@ -1,8 +1,8 @@ #ifndef JSON_HPP #define JSON_HPP -#include -#include +#include +#include #include