refactor: iwyu (#3525)

This commit is contained in:
Charles Kerr
2022-07-25 21:45:54 -05:00
committed by GitHub
parent d09aba0e6a
commit 1a0afbe95e
44 changed files with 37 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
// License text can be found in the licenses/ folder.
#include <iostream>
#include <list>
#include <memory>
#include <string>
@@ -560,4 +561,4 @@ void MakeDialog::Impl::onPieceSizeUpdated()
tr_metaInfoBuilderSetPieceSize(builder_.get(), new_size);
updatePiecesLabel();
}
}
}