mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
eclcpgridvanguard.hh: cleanup headers
This commit is contained in:
parent
fe9fefd004
commit
a976ec5c13
@ -27,14 +27,20 @@
|
|||||||
#ifndef EWOMS_ECL_CP_GRID_VANGUARD_HH
|
#ifndef EWOMS_ECL_CP_GRID_VANGUARD_HH
|
||||||
#define EWOMS_ECL_CP_GRID_VANGUARD_HH
|
#define EWOMS_ECL_CP_GRID_VANGUARD_HH
|
||||||
|
|
||||||
|
#include <ebos/eclbasevanguard.hh>
|
||||||
|
#include <ebos/eclgenericcpgridvanguard.hh>
|
||||||
|
#include <ebos/ecltransmissibility.hh>
|
||||||
|
#include <ebos/femcpgridcompat.hh>
|
||||||
|
|
||||||
#include <opm/common/TimingMacros.hpp>
|
#include <opm/common/TimingMacros.hpp>
|
||||||
|
|
||||||
#include <opm/models/common/multiphasebaseproperties.hh>
|
#include <opm/models/common/multiphasebaseproperties.hh>
|
||||||
|
|
||||||
#include "eclbasevanguard.hh"
|
#include <array>
|
||||||
#include "ecltransmissibility.hh"
|
#include <functional>
|
||||||
#include "femcpgridcompat.hh"
|
#include <memory>
|
||||||
#include "eclgenericcpgridvanguard.hh"
|
#include <tuple>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
template <class TypeTag>
|
template <class TypeTag>
|
||||||
|
Loading…
Reference in New Issue
Block a user