aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/RPCSession.cpp4
-rw-r--r--test/RPCSession.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/RPCSession.cpp b/test/RPCSession.cpp
index 01118cca..54e1675f 100644
--- a/test/RPCSession.cpp
+++ b/test/RPCSession.cpp
@@ -23,8 +23,8 @@
#include <stdio.h>
#include <thread>
#include <libdevcore/CommonData.h>
-#include <jsoncpp/json/reader.h>
-#include <jsoncpp/json/writer.h>
+#include <json/reader.h>
+#include <json/writer.h>
#include "RPCSession.h"
using namespace std;
diff --git a/test/RPCSession.h b/test/RPCSession.h
index 4ec21def..1a1fbbe5 100644
--- a/test/RPCSession.h
+++ b/test/RPCSession.h
@@ -25,7 +25,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <jsoncpp/json/value.h>
+#include <json/value.h>
#include <boost/test/unit_test.hpp>
class IPCSocket: public boost::noncopyable