Merge remote-tracking branch 'origin/main'

This commit is contained in:
Alexander Shaduri
2024-05-28 11:21:13 +04:00
10 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ add_library(nlohmann_json INTERFACE)
# Relative sources are allowed only since cmake 3.13.
target_sources(nlohmann_json INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}/json/json.hpp
${CMAKE_CURRENT_SOURCE_DIR}/nlohmann/json.hpp
)
target_include_directories(nlohmann_json
+1 -1
View File
@@ -20,7 +20,7 @@ Copyright:
#include <vector>
#include <chrono>
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "storage_property.h"
#include "hz/debug.h"
+1 -1
View File
@@ -16,7 +16,7 @@ Copyright:
#include <string_view>
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "hz/error_container.h"
#include "smartctl_parser_types.h"
+1 -1
View File
@@ -24,7 +24,7 @@ Copyright:
#include "hz/string_algo.h" // string_*
#include "hz/string_num.h" // string_is_numeric, number_to_string
//#include "hz/debug.h" // debug_*
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "hz/error_container.h"
//#include "smartctl_text_ata_parser.h"
+1 -1
View File
@@ -15,7 +15,7 @@ Copyright:
//#include <string>
//#include <vector>
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "smartctl_parser.h"
+1 -1
View File
@@ -20,7 +20,7 @@ Copyright:
#include <vector>
#include <chrono>
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "storage_property.h"
#include "hz/debug.h"
+1 -1
View File
@@ -16,7 +16,7 @@ Copyright:
#include <string_view>
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "hz/error_container.h"
#include "smartctl_parser_types.h"
+1 -1
View File
@@ -19,7 +19,7 @@ Copyright:
#include <string_view>
#include <vector>
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include "hz/debug.h"
#include "hz/string_algo.h"
#include "smartctl_parser_types.h"
+1 -1
View File
@@ -12,7 +12,7 @@ Copyright:
#ifndef RCONFIG_CONFIG_H
#define RCONFIG_CONFIG_H
#include "json/json.hpp"
#include "nlohmann/json.hpp"
#include <string>
#include <memory>