dash/src/index
MarcoFalke 3c5dcb036a Merge #16659: refactoring: Remove unused includes
084e17cebd424b8e8ced674bc810eef4e6ee5d3b Remove unused includes (practicalswift)

Pull request description:

  As requested by MarcoFalke in https://github.com/bitcoin/bitcoin/pull/16273#issuecomment-521332089:

  This PR removes unused includes.

  Please note that in contrast to #16273 I'm limiting the scope to the trivial cases of pure removals (i.e. no includes added) to make reviewing easier.

  I'm seeking "Concept ACK":s for this obviously non-urgent minor cleanup.

  Rationale:
  * Avoids unnecessary re-compiles in case of header changes.
  * Makes reasoning about code dependencies easier.
  * Reduces compile-time memory usage.
  * Reduces compilation time.
  * Warm fuzzy feeling of being lean :-)

ACKs for top commit:
  ryanofsky:
    Code review ACK 084e17cebd424b8e8ced674bc810eef4e6ee5d3b. PR only removes include lines and it still compiles. In the worst case someone might have to explicitly add an include later for something now included implicitly. But maybe some effort was taken to avoid this, and it wouldn't be a tragedy anyway.

Tree-SHA512: 89de56edc6ceea4696e9579bccff10c80080821685b9fb4e8c5ef593b6e43cf662f358788701bb09f84867693f66b2e4db035b92b522a0a775f50b7ecffd6a6d
2021-12-12 16:44:54 -05:00
..
base.cpp merge bitcoin#15948: rename chainActive 2021-10-22 08:15:22 +05:30
base.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
blockfilterindex.cpp Merge #14505: test: Add linter to make sure single parameter constructors are marked explicit 2021-11-24 14:36:20 -05:00
blockfilterindex.h merge bitcoin#19010: Add support for getcfheaders 2021-09-19 10:05:23 +05:30
disktxpos.h Merge #19733: Move comment about BaseIndex::DB from TxIndex::DB 2021-09-22 23:46:26 +05:30
txindex.cpp merge bitcoin#15948: rename chainActive 2021-10-22 08:15:22 +05:30
txindex.h Merge #13243: Make reusable base class for auxiliary indices 2021-07-02 00:42:14 +03:00