aboutsummaryrefslogtreecommitdiffstats
path: root/jsonrpc.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-12-22 00:44:44 +0800
committerGav Wood <i@gavwood.com>2014-12-22 00:44:44 +0800
commit1540cc7b56669b050e22f79d76242a1890f33129 (patch)
tree3b1bc3eb6c238cd25c303bb2fcba1283269624a3 /jsonrpc.cpp
parentbba4398e48653dbf8a451bb18e04149a858a0308 (diff)
downloaddexon-solidity-1540cc7b56669b050e22f79d76242a1890f33129.tar.gz
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.cpp2
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>