Shift out legacy content, we're going all-in on passive hosting
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
From 344c9b970ecf8e66c3e89f5c4a4d2b9106b5486e Mon Sep 17 00:00:00 2001
|
||||
From: Xaymar <info@xaymar.com>
|
||||
Date: Sun, 18 Jan 2026 03:53:06 +0100
|
||||
Subject: [PATCH] Use actual nlohmann/json.hpp include
|
||||
|
||||
---
|
||||
include/json.hpp | 24765 ----------------------------------------
|
||||
include/jsonrpcpp.hpp | 2 +-
|
||||
1 files changed, 1 insertion(+), 1 deletions(-)
|
||||
delete mode 100644 include/json.hpp
|
||||
|
||||
diff --git a/include/jsonrpcpp.hpp b/include/jsonrpcpp.hpp
|
||||
index 1cea0ac..236850c 100644
|
||||
--- a/include/jsonrpcpp.hpp
|
||||
+++ b/include/jsonrpcpp.hpp
|
||||
@@ -23,7 +23,7 @@
|
||||
#define JSON_RPC_HPP
|
||||
|
||||
// nlohmann-json
|
||||
-#include <json.hpp>
|
||||
+#include <nlohmann/json.hpp>
|
||||
|
||||
// standard headers
|
||||
#include <cstring>
|
||||
--
|
||||
2.48.1.windows.1
|
||||
|
||||
Reference in New Issue
Block a user