mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +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:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <interfaces/handler.h>
|
||||
|
||||
#include <util.h>
|
||||
#include <utilmemory.h>
|
||||
|
||||
#include <boost/signals2/connection.hpp>
|
||||
#include <utility>
|
||||
|
||||
Reference in New Issue
Block a user