mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove duplicate NDEBUG check from compat/assumptions.h
The check is already done in util/check.h, which is more widely included.
This commit is contained in:
parent
97f756b12c
commit
faa3d4f1d8
3 changed files with 3 additions and 10 deletions
|
|
@ -16,9 +16,9 @@
|
|||
#include <hash.h>
|
||||
#include <headerssync.h>
|
||||
#include <index/blockfilterindex.h>
|
||||
#include <kernel/chain.h>
|
||||
#include <kernel/mempool_entry.h>
|
||||
#include <logging.h>
|
||||
#include <kernel/chain.h>
|
||||
#include <merkleblock.h>
|
||||
#include <netbase.h>
|
||||
#include <netmessagemaker.h>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
#include <txmempool.h>
|
||||
#include <txorphanage.h>
|
||||
#include <txrequest.h>
|
||||
#include <util/check.h> // For NDEBUG compile time check
|
||||
#include <util/check.h>
|
||||
#include <util/strencodings.h>
|
||||
#include <util/trace.h>
|
||||
#include <validation.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue