Skip to content

Commit

Permalink
Merge pull request #985 from toxeus/master
Browse files Browse the repository at this point in the history
remove duplicate includes
  • Loading branch information
evoskuil authored Jul 10, 2018
2 parents ff0b9ed + fc4d386 commit 4c4004c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/bitcoin/bitcoin/chain/chain_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <cstdint>
#include <memory>
#include <deque>
#include <bitcoin/bitcoin/settings.hpp>
#include <bitcoin/bitcoin/config/checkpoint.hpp>
#include <bitcoin/bitcoin/constants.hpp>
#include <bitcoin/bitcoin/define.hpp>
Expand Down
1 change: 0 additions & 1 deletion include/bitcoin/bitcoin/chain/header.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <bitcoin/bitcoin/chain/chain_state.hpp>
#include <bitcoin/bitcoin/define.hpp>
#include <bitcoin/bitcoin/error.hpp>
#include <bitcoin/bitcoin/settings.hpp>
#include <bitcoin/bitcoin/math/hash.hpp>
#include <bitcoin/bitcoin/settings.hpp>
#include <bitcoin/bitcoin/utility/data.hpp>
Expand Down
1 change: 0 additions & 1 deletion src/chain/chain_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <cstddef>
#include <cstdint>
#include <boost/range/adaptor/reversed.hpp>
#include <bitcoin/bitcoin/settings.hpp>
#include <bitcoin/bitcoin/chain/block.hpp>
#include <bitcoin/bitcoin/chain/chain_state.hpp>
#include <bitcoin/bitcoin/chain/compact.hpp>
Expand Down

0 comments on commit 4c4004c

Please sign in to comment.