mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-11 09:42:17 +01:00
Extract MakeUnique into utilmemory.h
And use it to reduce chainparamsbase's direct reliance on util.h to only args handling. utilmemory.h can be replaced with <memory> once we move to C++14.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include <tinyformat.h>
|
||||
#include <util.h>
|
||||
#include <utilmemory.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user