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:
co-authored by
Ivan Komarov
parent
e7a61c761a
commit
0b8cacd6f1
@@ -34,7 +34,7 @@
|
||||
\brief This header contains a class to parametrize a statistical distribution function.
|
||||
*/
|
||||
|
||||
#include <fstream>
|
||||
#include <ostream>
|
||||
|
||||
namespace cutlass {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user