Merge pull request #6335

9238ecb Policy: MOVEONLY: 3 functions to policy.o: (Luke Dashjr)
627b9de Policy: MOVEONLY: Create policy/policy.h with some constants (Jorge Timón)
This commit is contained in:
Wladimir J. van der Laan 2015-07-06 18:06:03 +02:00
commit 9546a977d3
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
16 changed files with 250 additions and 214 deletions

View file

@ -18,6 +18,7 @@
#include "main.h"
#include "miner.h"
#include "net.h"
#include "policy/policy.h"
#include "rpcserver.h"
#include "script/standard.h"
#include "scheduler.h"