MOVEONLY: core/ -> primitives/

This commit is contained in:
Luke Dashjr
2014-11-18 21:03:02 +00:00
parent 0286fe5b3b
commit d227011184
30 changed files with 44 additions and 44 deletions

View File

@@ -3,8 +3,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "core/block.h"
#include "core/transaction.h"
#include "primitives/block.h"
#include "primitives/transaction.h"
#include "main.h"
#include "rpcserver.h"
#include "streams.h"