From 2d45e162919f4db8de66cc451fac139de6b81ef1 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 13 Sep 2022 08:43:35 +0200 Subject: [PATCH] blackoilmicpmodules: remove unused headers and add missing headers --- opm/models/blackoil/blackoilmicpmodules.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opm/models/blackoil/blackoilmicpmodules.hh b/opm/models/blackoil/blackoilmicpmodules.hh index 5e607491a..b0ec72447 100644 --- a/opm/models/blackoil/blackoilmicpmodules.hh +++ b/opm/models/blackoil/blackoilmicpmodules.hh @@ -30,7 +30,6 @@ #include "blackoilproperties.hh" #include -#include #if HAVE_ECL_INPUT #include @@ -39,6 +38,9 @@ #include +#include +#include +#include #include namespace Opm {