diff options
Diffstat (limited to 'test/RPCSession.cpp')
-rw-r--r-- | test/RPCSession.cpp | 4 |
1 files changed, 2 insertions, 2 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; |