Merge pull request #5141 from akva2/janitoring

Some header cleanups
This commit is contained in:
Atgeirr Flø Rasmussen 2024-02-01 11:58:04 +01:00 committed by GitHub
commit ba878e8da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 9 deletions

View File

@ -46,7 +46,6 @@
#include <array>
#include <cstddef>
#include <optional>
#include <unordered_map>
#include <vector>

View File

@ -25,6 +25,10 @@
#include <opm/simulators/linalg/ISTLSolverEbos.hpp>
#include <cstddef>
#include <memory>
#include <set>
#include <string>
#include <vector>
namespace Opm {

View File

@ -49,18 +49,13 @@
#endif
#include <array>
#include <cmath>
#include <cstdlib>
#include <exception>
#include <cstring>
#include <iostream>
#include <limits>
#include <memory>
#include <numeric>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <string.h>
#include <boost/test/unit_test.hpp>
#include <boost/version.hpp>

View File

@ -23,8 +23,6 @@
#define BOOST_TEST_MODULE WellModelTest
#include <chrono>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <boost/test/unit_test.hpp>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>