Merge pull request #3284

fb78cc2 Split up bitcoinrpc (code movement only) (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan 2013-11-27 14:15:33 +01:00
commit 5f083afde1
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
18 changed files with 692 additions and 629 deletions

View file

@ -2,9 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "bitcoinrpc.h"
#include "rpcserver.h"
#include "net.h"
#include "netbase.h"
#include "protocol.h"