header scrub

This commit is contained in:
Arne Morten Kvarving 2025-01-21 12:51:36 +01:00
parent 1c537632fc
commit 67d39d8d7e
5 changed files with 1 additions and 9 deletions

View File

@ -22,6 +22,7 @@
// it is use for the development when some facility class are not ready // it is use for the development when some facility class are not ready
#include <opm/output/data/Aquifer.hpp> #include <opm/output/data/Aquifer.hpp>
#include <opm/output/data/Groups.hpp>
#include <opm/output/data/Wells.hpp> #include <opm/output/data/Wells.hpp>
#include <opm/models/discretization/common/baseauxiliarymodule.hh> #include <opm/models/discretization/common/baseauxiliarymodule.hh>

View File

@ -29,8 +29,6 @@
#include "convergencecriterion.hh" #include "convergencecriterion.hh"
#include <opm/material/common/Unused.hpp>
namespace Opm { namespace Opm {
namespace Linear { namespace Linear {

View File

@ -32,8 +32,6 @@
#include <opm/simulators/linalg/gpubridge/opencl/openclSolverBackend.hpp> #include <opm/simulators/linalg/gpubridge/opencl/openclSolverBackend.hpp>
#include <type_traits>
namespace Opm::Accelerator { namespace Opm::Accelerator {
template<class Scalar> class BlockedMatrix; template<class Scalar> class BlockedMatrix;

View File

@ -27,8 +27,6 @@
#ifndef EWOMS_LINEAR_SOLVER_REPORT_HH #ifndef EWOMS_LINEAR_SOLVER_REPORT_HH
#define EWOMS_LINEAR_SOLVER_REPORT_HH #define EWOMS_LINEAR_SOLVER_REPORT_HH
#include "convergencecriterion.hh"
#include <opm/models/utils/timer.hpp> #include <opm/models/utils/timer.hpp>
#include <opm/models/utils/timerguard.hh> #include <opm/models/utils/timerguard.hh>

View File

@ -22,10 +22,7 @@
#ifndef OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED #ifndef OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
#define OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED #define OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
#include <functional>
#include <optional>
#include <vector> #include <vector>
#include <array>
namespace Opm namespace Opm
{ {