mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 18:52:29 +02:00
refactor: Sort includes of touched source files
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
#ifndef BITCOIN_UTIL_FEEFRAC_H
|
||||
#define BITCOIN_UTIL_FEEFRAC_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <compare>
|
||||
#include <vector>
|
||||
#include <span.h>
|
||||
#include <util/check.h>
|
||||
|
||||
#include <compare>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
/** Data structure storing a fee and size, ordered by increasing fee/size.
|
||||
*
|
||||
* The size of a FeeFrac cannot be zero unless the fee is also zero.
|
||||
|
||||
Reference in New Issue
Block a user