From 3b0b5b47084e32b8a804e0344a2f64b4c6925438 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 26 Aug 2022 09:21:46 +0200 Subject: [PATCH] changed: remove unneeded includes for ParameterGroup --- opm/simulators/flow/BlackoilModelEbos.hpp | 1 - opm/simulators/flow/NonlinearSolverEbos.hpp | 1 - opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp | 1 - 3 files changed, 3 deletions(-) diff --git a/opm/simulators/flow/BlackoilModelEbos.hpp b/opm/simulators/flow/BlackoilModelEbos.hpp index 673143127..5e33ba70d 100644 --- a/opm/simulators/flow/BlackoilModelEbos.hpp +++ b/opm/simulators/flow/BlackoilModelEbos.hpp @@ -45,7 +45,6 @@ #include #include #include -#include #include #include diff --git a/opm/simulators/flow/NonlinearSolverEbos.hpp b/opm/simulators/flow/NonlinearSolverEbos.hpp index 29e1ba4d9..71d0e8790 100644 --- a/opm/simulators/flow/NonlinearSolverEbos.hpp +++ b/opm/simulators/flow/NonlinearSolverEbos.hpp @@ -22,7 +22,6 @@ #define OPM_NON_LINEAR_SOLVER_EBOS_HPP #include -#include #include #include diff --git a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp index 994bc0b5c..0f94d38aa 100644 --- a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp +++ b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include