mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 19:51:09 +02:00
Export assert from util/check.h
This avoids having to include both headers when assert and Assert are used at the same time.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include <attributes.h>
|
||||
|
||||
#include <cassert> // IWYU pragma: export
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
@@ -7,6 +7,7 @@
|
||||
#include <test/fuzz/fuzz.h>
|
||||
#include <test/fuzz/util.h>
|
||||
#include <test/util/setup_common.h>
|
||||
#include <util/check.h>
|
||||
#include <util/translation.h>
|
||||
#include <wallet/context.h>
|
||||
#include <wallet/receive.h>
|
||||
@@ -14,7 +15,6 @@
|
||||
#include <wallet/walletdb.h>
|
||||
#include <wallet/walletutil.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user