Move GetTempPath() to testutil.

This commit is contained in:
Mustafa
2016-03-11 15:04:05 +00:00
parent 393b22eacb
commit 2fdaa25529
7 changed files with 39 additions and 25 deletions

View File

@@ -17,12 +17,13 @@
#include "txdb.h"
#include "txmempool.h"
#include "ui_interface.h"
#include "util.h"
#ifdef ENABLE_WALLET
#include "wallet/db.h"
#include "wallet/wallet.h"
#endif
#include "test/testutil.h"
#include <boost/filesystem.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/thread.hpp>