mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Refactor iostreams includes (#8846)
* refactor iostreams includes * restore ostream to MonomerInfo.cpp
This commit is contained in:
committed by
GitHub
parent
a4b63d7df5
commit
7b7a8a4e17
1
External/AvalonTools/test1.cpp
vendored
1
External/AvalonTools/test1.cpp
vendored
@@ -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"
|
||||
|
||||
1
External/ChemDraw/chemdraw.cpp
vendored
1
External/ChemDraw/chemdraw.cpp
vendored
@@ -31,7 +31,6 @@
|
||||
//
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
1
External/GA/util/Util.h
vendored
1
External/GA/util/Util.h
vendored
@@ -15,7 +15,6 @@
|
||||
#include <cstdio>
|
||||
#include <ctime>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
1
External/pubchem_shape/PubChemShape.cpp
vendored
1
External/pubchem_shape/PubChemShape.cpp
vendored
@@ -1,4 +1,3 @@
|
||||
#include <iostream>
|
||||
#include <ranges>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
1
External/pubchem_shape/sdf_align.cpp
vendored
1
External/pubchem_shape/sdf_align.cpp
vendored
@@ -1,4 +1,3 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
1
External/pubchem_shape/test.cpp
vendored
1
External/pubchem_shape/test.cpp
vendored
@@ -1,7 +1,6 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/matchers/catch_matchers_floating_point.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user