Shift out legacy content, we're going all-in on passive hosting

This commit is contained in:
Xaymar
2026-02-01 16:07:12 +01:00
parent efa94fd1d4
commit e1fbf5303c
32 changed files with 1570 additions and 14 deletions
@@ -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