ebos.hh: cleanup headers

This commit is contained in:
Arne Morten Kvarving 2023-08-02 11:31:21 +02:00
parent c644ff755a
commit 516cf5caab

View File

@ -28,14 +28,14 @@
#ifndef EBOS_HH
#define EBOS_HH
#include "eclproblem.hh"
#include <opm/simulators/wells/BlackoilWellModel.hpp>
#include <opm/simulators/aquifers/BlackoilAquiferModel.hpp>
#include <opm/simulators/linalg/ISTLSolverEbos.hpp>
#include <ebos/eclproblem.hh>
#include <opm/models/utils/start.hh>
#include <opm/simulators/aquifers/BlackoilAquiferModel.hpp>
#include <opm/simulators/linalg/ISTLSolverEbos.hpp>
#include <opm/simulators/wells/BlackoilWellModel.hpp>
namespace Opm {
template <class TypeTag>
class EbosProblem;