blockstorage: switch from CAutoFile to AutoFile

Also bump includes per suggestions from iwyu.
This commit is contained in:
Anthony Towns
2023-11-15 13:07:28 +10:00
parent c72ddf04db
commit bbd4646a2e
6 changed files with 34 additions and 25 deletions

View File

@@ -1137,7 +1137,7 @@ public:
* (only used for reindex)
* */
void LoadExternalBlockFile(
CAutoFile& file_in,
AutoFile& file_in,
FlatFilePos* dbp = nullptr,
std::multimap<uint256, FlatFilePos>* blocks_with_unknown_parent = nullptr);