mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
fuzz: add util/mempool/h.cpp
Moving the mempool code (Boost) out of util.h, results in a ~10% speedup (for me) when compiling the fuzz tests.
This commit is contained in:
parent
d919e8d574
commit
eb15569280
10 changed files with 43 additions and 25 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <key_io.h>
|
||||
#include <memusage.h>
|
||||
#include <netbase.h>
|
||||
#include <policy/policy.h>
|
||||
#include <policy/settings.h>
|
||||
#include <pow.h>
|
||||
#include <protocol.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue