File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 5
5
#ifndef BITCOIN_ADDRESSTYPE_H
6
6
#define BITCOIN_ADDRESSTYPE_H
7
7
8
+ #include < attributes.h>
8
9
#include < pubkey.h>
9
10
#include < script/script.h>
10
11
#include < uint256.h>
11
12
#include < util/hash_type.h>
12
13
13
- #include < variant>
14
14
#include < algorithm>
15
+ #include < variant>
16
+ #include < vector>
15
17
16
18
class CNoDestination {
17
19
private:
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
- // Copyright (c) 2009-2021 The Bitcoin Core developers
2
+ // Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
6
6
#include < script/script.h>
7
7
8
+ #include < crypto/common.h>
8
9
#include < hash.h>
10
+ #include < uint256.h>
11
+ #include < util/hash_type.h>
9
12
#include < util/strencodings.h>
10
13
11
14
#include < string>
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
- // Copyright (c) 2009-2022 The Bitcoin Core developers
2
+ // Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
8
8
9
9
#include < attributes.h>
10
10
#include < crypto/common.h>
11
- #include < prevector.h>
11
+ #include < prevector.h> // IWYU pragma: export
12
12
#include < serialize.h>
13
13
#include < uint256.h>
14
14
#include < util/hash_type.h>
15
15
16
- #include < assert.h>
17
- #include < climits>
16
+ #include < cassert>
17
+ #include < cstdint>
18
+ #include < cstring>
18
19
#include < limits>
19
20
#include < stdexcept>
20
- #include < stdint.h>
21
- #include < string.h>
22
21
#include < string>
22
+ #include < type_traits>
23
+ #include < utility>
23
24
#include < vector>
24
25
25
26
// Maximum number of bytes pushable to the stack
You can’t perform that action at this time.
0 commit comments