Skip to content

Commit

Permalink
order of import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Oct 10, 2018
1 parent de3341f commit 1d78817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/proposer/transactionpicker.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#ifndef UNIT_E_PROPOSER_TRANSACTIONPICKER_H
#define UNIT_E_PROPOSER_TRANSACTIONPICKER_H

#include <vector>

#include <amount.h>
#include <chainparams.h>
#include <policy/policy.h>
#include <primitives/transaction.h>

#include <vector>

namespace proposer {

//! \brief a component for picking transactions for a new block.
Expand Down

0 comments on commit 1d78817

Please sign in to comment.