Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinja committed Aug 19, 2020
1 parent cf095a5 commit 8ed2f1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index/disktxpos.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
#ifndef BITCOIN_INDEX_DISKTXPOS_H
#define BITCOIN_INDEX_DISKTXPOS_H

#include <chain.h>
#include <flatfile.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <serialize.h>

struct CDiskTxPos : public FlatFilePos
{
Expand Down

0 comments on commit 8ed2f1e

Please sign in to comment.