header cleanups

This commit is contained in:
Arne Morten Kvarving 2024-01-31 14:15:08 +01:00
parent abdf92c959
commit ce4f138a92
4 changed files with 5 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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