From 15982a8b69ec6ab3c3a6bf71fc6a9b681d3ff541 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 20 Aug 2014 15:15:16 -0400 Subject: Convert tree to using univalue. Eliminate all json_spirit uses. --- src/rpcclient.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/rpcclient.h') diff --git a/src/rpcclient.h b/src/rpcclient.h index 42fa2d06fe..29c1260272 100644 --- a/src/rpcclient.h +++ b/src/rpcclient.h @@ -6,9 +6,7 @@ #ifndef BITCOIN_RPCCLIENT_H #define BITCOIN_RPCCLIENT_H -#include "json/json_spirit_reader_template.h" -#include "json/json_spirit_utils.h" -#include "json/json_spirit_writer_template.h" +#include "json_spirit_wrapper.h" json_spirit::Array RPCConvertValues(const std::string& strMethod, const std::vector& strParams); -- cgit v1.2.3