aboutsummaryrefslogtreecommitdiff
path: root/src/coincontrol.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-12-03 12:05:43 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-03 12:05:43 +0100
commita0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (patch)
tree16a317d4b2132094e8e774c1e9fe0a1a88f36820 /src/coincontrol.h
parentc2d7c6134e282a974f8f6e2a134f0132f90dc2a0 (diff)
parentd22701118413b876579c020ea90ecf7a0d5671cb (diff)
Merge pull request #5306
d227011 MOVEONLY: core/ -> primitives/ (Luke Dashjr)
Diffstat (limited to 'src/coincontrol.h')
-rw-r--r--src/coincontrol.h2
1 files changed, 1 insertions, 1 deletions
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