refactor: Move RPCNotifyBlockChange out of rpc/server.h

This commit is contained in:
Wladimir J. van der Laan
2017-03-27 16:04:31 +02:00
parent e6dcfeec05
commit 8d8f28dd52
3 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include "policy/policy.h"
#include "rpc/server.h"
#include "rpc/register.h"
#include "rpc/blockchain.h"
#include "script/standard.h"
#include "script/sigcache.h"
#include "scheduler.h"