mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-19 02:24:49 -05:00
header scrub
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
// it is use for the development when some facility class are not ready
|
||||
|
||||
#include <opm/output/data/Aquifer.hpp>
|
||||
#include <opm/output/data/Groups.hpp>
|
||||
#include <opm/output/data/Wells.hpp>
|
||||
|
||||
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
|
||||
#include "convergencecriterion.hh"
|
||||
|
||||
#include <opm/material/common/Unused.hpp>
|
||||
|
||||
namespace Opm {
|
||||
namespace Linear {
|
||||
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
|
||||
#include <opm/simulators/linalg/gpubridge/opencl/openclSolverBackend.hpp>
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
namespace Opm::Accelerator {
|
||||
|
||||
template<class Scalar> class BlockedMatrix;
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#ifndef EWOMS_LINEAR_SOLVER_REPORT_HH
|
||||
#define EWOMS_LINEAR_SOLVER_REPORT_HH
|
||||
|
||||
#include "convergencecriterion.hh"
|
||||
|
||||
#include <opm/models/utils/timer.hpp>
|
||||
#include <opm/models/utils/timerguard.hh>
|
||||
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
#ifndef OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
|
||||
#define OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
|
||||
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
#include <array>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user