Skip to content

Commit 44f2ec1

Browse files
committed
move-only: sort includes
1 parent 776d370 commit 44f2ec1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/sv2_mock_mining.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
#ifndef BITCOIN_TEST_SV2_MOCK_MINING_H
66
#define BITCOIN_TEST_SV2_MOCK_MINING_H
77

8-
#include <interfaces/mining.h>
9-
#include <script/script.h>
10-
#include <sync.h>
11-
#include <uint256.h>
12-
#include <primitives/transaction.h>
13-
148
#include <condition_variable>
159
#include <memory>
1610
#include <mutex>
1711
#include <queue>
1812
#include <vector>
1913

14+
#include <interfaces/mining.h>
15+
#include <primitives/transaction.h>
16+
#include <script/script.h>
17+
#include <sync.h>
18+
#include <uint256.h>
19+
2020
// Minimal mocks for the Mining IPC interface used by sv2 tests.
2121

2222
struct MockEvent {

0 commit comments

Comments
 (0)