remove unnecessary <iostream> includes

This commit is contained in:
Arne Morten Kvarving 2023-01-03 14:56:53 +01:00
parent 48b0efefe3
commit d135fada0a
48 changed files with 4 additions and 57 deletions

View File

@ -17,7 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <utility>
#include <opm/output/eclipse/Inplace.hpp>

View File

@ -21,7 +21,6 @@
#include <opm/common/OpmLog/Logger.hpp>
#include <stdexcept>
#include <iostream>
#include <opm/common/OpmLog/LogBackend.hpp>
#include <opm/common/OpmLog/LogUtil.hpp>

View File

@ -33,7 +33,6 @@
#include "config.h"
#include <opm/common/utility/numeric/MonotCubicInterpolator.hpp>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>

View File

@ -20,7 +20,6 @@
#include <algorithm>
#include <cassert>
#include <exception>
#include <iostream>
#include <optional>
#include <set>
#include <string>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <opm/input/eclipse/Deck/DeckValue.hpp>

View File

@ -59,7 +59,6 @@
#include <cstring>
#include <functional>
#include <initializer_list>
#include <iostream>
#include <numeric>
#include <tuple>

View File

@ -47,7 +47,6 @@
#include <algorithm>
#include <array>
#include <cassert>
#include <iostream>
#include <map>
#include <regex>
#include <set>

View File

@ -17,12 +17,11 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string>
#include <iostream>
#include <opm/input/eclipse/EclipseState/Tables/SimpleTable.hpp>
#include <opm/input/eclipse/EclipseState/Tables/TableContainer.hpp>
#include <string>
namespace Opm {
TableContainer::TableContainer() :

View File

@ -19,7 +19,6 @@
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <locale>

View File

@ -18,7 +18,6 @@
*/
#include <algorithm>
#include <iostream>
#include <stdexcept>
#include <vector>
#include <deque>

View File

@ -19,7 +19,6 @@
#include <exception>
#include <functional>
#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>

View File

@ -30,7 +30,6 @@
#include <cassert>
#include <cmath>
#include <iostream>
#include <map>
#include <iterator>
#include <unordered_set>

View File

@ -17,7 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <fmt/format.h>
#include <iostream>
#include <opm/io/eclipse/rst/state.hpp>
#include <opm/input/eclipse/Schedule/UDQ/UDQActive.hpp>

View File

@ -19,7 +19,6 @@
#include <unordered_set>
#include <cmath>
#include <algorithm>
#include <iostream>
#include <random>
#include <numeric>

View File

@ -20,7 +20,6 @@
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iostream>
#include <fmt/format.h>

View File

@ -20,7 +20,6 @@
#include <algorithm>
#include <cassert>
#include <exception>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <vector>

View File

@ -24,7 +24,6 @@
#include <opm/input/eclipse/Units/Units.hpp>
#include <cstddef>
#include <iostream>
#include <limits>
#include <stdexcept>
#include <vector>

View File

@ -33,9 +33,6 @@
#include <numeric>
#include <cmath>
#include <iostream>
namespace Opm { namespace EclIO {
void EclFile::load(bool preload) {

View File

@ -27,9 +27,6 @@
#include <fstream>
#include <cstring>
//temporary
#include <iostream>
int Opm::EclIO::flipEndianInt(int num)
{
unsigned int tmp = __builtin_bswap32(num);

View File

@ -37,7 +37,6 @@
#include <fstream>
#include <cmath>
#include <cstring>
#include <iostream>
#include <thread>

View File

@ -19,7 +19,6 @@
#include <string>
#include <iostream>
#include <fstream>
#include <stdexcept>

View File

@ -45,7 +45,6 @@
#include <cstddef>
#include <cstring>
#include <fmt/format.h>
#include <iostream>
#include <string>
#include <ctime>

View File

@ -34,7 +34,6 @@
#include <cmath>
#include <cstddef>
#include <exception>
#include <iostream>
#include <stdexcept>
#include <utility>

View File

@ -17,7 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <set>
#include <utility>

View File

@ -19,7 +19,6 @@
#include <stdexcept>
#include <math.h>
#include <filesystem>
#include <iostream>
#define BOOST_TEST_MODULE jsonParserTests
#include <boost/test/unit_test.hpp>

View File

@ -18,8 +18,8 @@
*/
#include <stdexcept>
#include <iostream>
#include <algorithm>
#define BOOST_TEST_MODULE ACTIONX
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <cstdio>
#define BOOST_TEST_MODULE EqualRegTests

View File

@ -18,8 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <cstdio>
#define BOOST_TEST_MODULE CopyRegTests
#include <boost/test/unit_test.hpp>

View File

@ -20,7 +20,6 @@
#include <cstddef>
#include <cstdio>
#include <ctime>
#include <iostream>
#include <math.h>
#include <memory>
#include <optional>

View File

@ -18,7 +18,6 @@ along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE EclipseStateTests

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <memory>
#define BOOST_TEST_MODULE EMBEDDED_PYTHON

View File

@ -18,8 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <cstdio>
#define BOOST_TEST_MODULE EqualRegTests
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE EventTests
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <memory>
#define BOOST_TEST_MODULE FaceDirTests

View File

@ -18,7 +18,6 @@
*/
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <memory>
#include <numeric>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE GeoModifiersTests
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE GroupTests
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE MULTREGTScannerTests
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE MessageLimitTests

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#include <cstdio>
#define BOOST_TEST_MODULE MultiRegTests

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE ScheduleTests
#include <boost/test/unit_test.hpp>

View File

@ -17,7 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <iostream>
#include <memory>
#define BOOST_TEST_MODULE PY_ACTION_TESTER

View File

@ -20,7 +20,7 @@
#include <stdexcept>
#include <memory>
#include <stdlib.h>
#include <iostream>
#define BOOST_TEST_MODULE ParseContextTests
#include <boost/test/unit_test.hpp>

View File

@ -19,7 +19,6 @@
#include <algorithm>
#include <cstddef>
#include <iostream>
#include <fstream>
#include <memory>
#include <stdexcept>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE EclipseGridTests
#include <boost/test/unit_test.hpp>

View File

@ -18,7 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE WTEST
#include <boost/test/unit_test.hpp>

View File

@ -17,7 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <memory>
#include <optional>
#include <stdexcept>

View File

@ -18,8 +18,6 @@
*/
#include <stdexcept>
#include <iostream>
#define BOOST_TEST_MODULE ReportConfigTest
#include <boost/test/unit_test.hpp>