Remove redundant <fstream> includes (#563)

* Remove redundant <fstream> includes

* Fix fstream in examples/

* Fix <fstream> in test/

* Use consistent order for <fstream> (always after <iostream>)

* Remove an unneeded include in a file where std::ofstream usage is commented out

Co-authored-by: Ivan Komarov <dfyz@yandex-team.ru>
This commit is contained in:
Ivan Komarov
2022-07-19 22:23:54 +03:00
committed by GitHub
parent e7a61c761a
commit 0b8cacd6f1
35 changed files with 29 additions and 25 deletions

View File

@ -72,7 +72,6 @@
*/
#include <iostream>
#include <fstream>
#include <sstream>
#include "cutlass/cutlass.h"