diff options
author | Gav Wood <i@gavwood.com> | 2014-12-22 00:44:44 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-12-22 00:44:44 +0800 |
commit | 1540cc7b56669b050e22f79d76242a1890f33129 (patch) | |
tree | 3b1bc3eb6c238cd25c303bb2fcba1283269624a3 /jsonrpc.cpp | |
parent | bba4398e48653dbf8a451bb18e04149a858a0308 (diff) | |
download | dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar.gz dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar.bz2 dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar.lz dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar.xz dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar.zst dexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.zip |
Allow interaction with PV49.
Remove unneeded include.
Diffstat (limited to 'jsonrpc.cpp')
-rw-r--r-- | jsonrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 454ae225..4a35a2e0 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -29,7 +29,7 @@ #include <libwebthree/WebThree.h> #include <libweb3jsonrpc/WebThreeStubServer.h> #include <libweb3jsonrpc/CorsHttpServer.h> -#include <json/json.h> +//#include <json/json.h> #include <jsonrpccpp/server/connectors/httpserver.h> #include <jsonrpccpp/client/connectors/httpclient.h> #include <set> |