From d22701118413b876579c020ea90ecf7a0d5671cb Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 18 Nov 2014 21:03:02 +0000 Subject: MOVEONLY: core/ -> primitives/ --- src/coincontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coincontrol.h') diff --git a/src/coincontrol.h b/src/coincontrol.h index c8bdd3b39d..cf61998723 100644 --- a/src/coincontrol.h +++ b/src/coincontrol.h @@ -5,7 +5,7 @@ #ifndef BITCOIN_COINCONTROL_H #define BITCOIN_COINCONTROL_H -#include "core/transaction.h" +#include "primitives/transaction.h" /** Coin Control Features. */ class CCoinControl -- cgit v1.2.3