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
@@ -13,7 +13,6 @@
|
||||
|
||||
#include <RDGeneral/Invariant.h>
|
||||
#include "Vector.h"
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <cstring>
|
||||
#include <boost/smart_ptr.hpp>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
// of the RDKit source tree.
|
||||
//
|
||||
#include <RDGeneral/test.h>
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
#include <RDGeneral/Invariant.h>
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <RDGeneral/Invariant.h>
|
||||
#include <RDGeneral/utils.h>
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
#include <RDGeneral/test.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include "Conrec.h"
|
||||
#include <RDGeneral/Invariant.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "Matrix.h"
|
||||
#include "SquareMatrix.h"
|
||||
#include "SymmMatrix.h"
|
||||
#include <iostream>
|
||||
#include <RDGeneral/Invariant.h>
|
||||
#include <RDGeneral/RDLog.h>
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user