aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-20 10:51:18 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-20 10:51:18 +0200
commit9b6d4c5cdc1ad7b12b8b7ba05125dad9ba2d396e (patch)
treeb01df59917737742391c04a1cd6425b361afd4c1 /src/core.cpp
parent81212588c06cbf771bf3b60b426c3c4d2625e899 (diff)
downloadbitcoin-9b6d4c5cdc1ad7b12b8b7ba05125dad9ba2d396e.tar.xz
Move strprintf define to tinyformat.h
This avoids a dependency on util.h if just tinyformat is needed.
Diffstat (limited to 'src/core.cpp')
-rw-r--r--src/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.cpp b/src/core.cpp
index 2a5e2a372b..71d6fea610 100644
--- a/src/core.cpp
+++ b/src/core.cpp
@@ -5,7 +5,7 @@
#include "core.h"
-#include "util.h"
+#include "tinyformat.h"
std::string COutPoint::ToString() const
{