mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-27 06:15:45 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -15,7 +15,7 @@ Copyright:
|
||||
//#include <string>
|
||||
//#include <vector>
|
||||
|
||||
#include "json/json.hpp"
|
||||
#include "nlohmann/json.hpp"
|
||||
|
||||
#include "smartctl_parser.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user