move rpc* to rpc/

This commit is contained in:
Daniel Cousens
2016-01-15 11:55:17 +11:00
committed by Jack Grigg
parent 34aca1b03c
commit 4519a766b6
29 changed files with 50 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "clientversion.h"
#include "rpcserver.h"
#include "rpc/server.h"
#include "init.h"
#include "main.h"
#include "noui.h"
@@ -12,7 +12,6 @@
#include "util.h"
#include "httpserver.h"
#include "httprpc.h"
#include "rpcserver.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>