allocators: split allocators and pagelocker
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it.
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
c7abfa595d
commit
d7d187e8a4
@@ -5,9 +5,9 @@
|
||||
#ifndef BITCOIN_CRYPTER_H
|
||||
#define BITCOIN_CRYPTER_H
|
||||
|
||||
#include "allocators.h"
|
||||
#include "keystore.h"
|
||||
#include "serialize.h"
|
||||
#include "support/allocators/secure.h"
|
||||
|
||||
class uint256;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user