diff options
author | Gav Wood <g@ethdev.com> | 2015-01-29 08:17:06 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2015-01-29 08:17:06 +0800 |
commit | 9f3b2e00b41d26137461875b467089dadefaf1e7 (patch) | |
tree | ce03cf34a3848e4de5ab0a956f92aa132a1f0157 | |
parent | 66c950d92187b9d268636e98cf805b3103b88443 (diff) | |
parent | 2ecaf20678bbda317d7739ee17df8f954cd2e935 (diff) | |
download | dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.tar dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.tar.gz dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.tar.bz2 dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.tar.lz dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.tar.xz dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.tar.zst dexon-solidity-9f3b2e00b41d26137461875b467089dadefaf1e7.zip |
Merge pull request #883 from debris/cors
removed CorsHTTPServer
-rw-r--r-- | jsonrpc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 42b1a5eb..1f0a466b 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -31,8 +31,6 @@ #include <libdevcore/CommonJS.h> #include <libwebthree/WebThree.h> #include <libweb3jsonrpc/WebThreeStubServer.h> -#include <libweb3jsonrpc/CorsHttpServer.h> -//#include <json/json.h> #include <jsonrpccpp/server/connectors/httpserver.h> #include <jsonrpccpp/client/connectors/httpclient.h> #include <set> |