diff options
Diffstat (limited to 'src/rpcclient.h')
-rw-r--r-- | src/rpcclient.h | 4 |
1 files changed, 1 insertions, 3 deletions
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<std::string>& strParams); |