diff --git a/opm/autodiff/BlackoilModelEbos.hpp b/opm/autodiff/BlackoilModelEbos.hpp index 1c346a8fe..d2d41b392 100644 --- a/opm/autodiff/BlackoilModelEbos.hpp +++ b/opm/autodiff/BlackoilModelEbos.hpp @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -117,7 +116,6 @@ namespace Opm { typedef BlackoilState ReservoirState; typedef WellStateFullyImplicitBlackoilDense WellState; typedef BlackoilModelParameters ModelParameters; - typedef DefaultBlackoilSolutionState SolutionState; typedef typename TTAG(EclFlowProblem) TypeTag; typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator ;