Move strprintf define to tinyformat.h

This avoids a dependency on util.h if just tinyformat is needed.
This commit is contained in:
Wladimir J. van der Laan
2014-08-20 10:51:18 +02:00
parent 81212588c0
commit 9b6d4c5cdc
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#include "core.h"
#include "util.h"
#include "tinyformat.h"
std::string COutPoint::ToString() const
{