Refactor iostreams includes (#8846)

* refactor iostreams includes

* restore ostream to MonomerInfo.cpp
This commit is contained in:
Ricardo Rodriguez
2025-10-08 16:08:01 +02:00
committed by GitHub
parent a4b63d7df5
commit 7b7a8a4e17
235 changed files with 137 additions and 369 deletions

View File

@@ -24,7 +24,6 @@
#include <GraphMol/FileParsers/FileParsers.h>
#include <RDGeneral/Invariant.h>
#include <DataStructs/ExplicitBitVect.h>
#include <iostream>
#include <fstream>
#include <cstdio>
#include "AvalonTools.h"

View File

@@ -31,7 +31,6 @@
//
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>

View File

@@ -15,7 +15,6 @@
#include <cstdio>
#include <ctime>
#include <string>
#include <iostream>
#include <iterator>
#include <fstream>
#include <sstream>

View File

@@ -1,4 +1,3 @@
#include <iostream>
#include <ranges>
#include <sstream>
#include <stdexcept>

View File

@@ -1,4 +1,3 @@
#include <iostream>
#include <sstream>
#include <stdexcept>

View File

@@ -1,7 +1,6 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_floating_point.hpp>
#include <iostream>
#include <sstream>
#include <stdexcept>