[PATCH 1/3] jshn.c: remove old unsupported json lib

Sergey Ponomarev stokito at gmail.com
Mon Feb 22 17:47:53 EST 2021


Related to 791a361ad1b08fa56e554654109122b828657a2b

Signed-off-by: Sergey Ponomarev <stokito at gmail.com>
---
 jshn.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/jshn.c b/jshn.c
index 1b685e5..061fc7f 100644
--- a/jshn.c
+++ b/jshn.c
@@ -13,11 +13,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef JSONC
-        #include <json.h>
-#else
-        #include <json/json.h>
-#endif
+#include <json.h>
 
 #include <string.h>
 #include <stdlib.h>
-- 
2.27.0




More information about the openwrt-devel mailing list