Merge #7348: MOVE ONLY: move rpc* to rpc/

d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens)
a0eaff8 move rpc* to rpc/ (Daniel Cousens)
This commit is contained in:
Wladimir J. van der Laan
2016-01-28 11:08:51 +01:00
25 changed files with 80 additions and 82 deletions

View File

@@ -7,8 +7,8 @@
#include "base58.h"
#include "chainparams.h"
#include "httpserver.h"
#include "rpcprotocol.h"
#include "rpcserver.h"
#include "rpc/protocol.h"
#include "rpc/server.h"
#include "random.h"
#include "sync.h"
#include "util.h"