diff --git a/ebos/eclbasevanguard.hh b/ebos/eclbasevanguard.hh index f73e5207d..fdb7a6084 100644 --- a/ebos/eclbasevanguard.hh +++ b/ebos/eclbasevanguard.hh @@ -51,7 +51,6 @@ #include #include -#include #include @@ -176,6 +175,9 @@ struct AllowDistributedWells { static constexpr bool value = false; }; +template +struct UseMultisegmentWell; + // Same as in BlackoilModelParametersEbos.hpp but for here. template struct UseMultisegmentWell { diff --git a/opm/simulators/flow/BlackoilModelParametersEbos.hpp b/opm/simulators/flow/BlackoilModelParametersEbos.hpp index 53bd0fc20..a443524ed 100644 --- a/opm/simulators/flow/BlackoilModelParametersEbos.hpp +++ b/opm/simulators/flow/BlackoilModelParametersEbos.hpp @@ -32,10 +32,6 @@ namespace TTag { struct FlowModelParameters {}; } -// forward declaration to make this header usable from eclbasevanguard.hh -template -struct EclDeckFileName; - template struct DbhpMaxRel { using type = UndefinedProperty;