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

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