From 539c83687ce69401a679c7d10d897eb7b5259c4f Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 12 May 2021 08:47:22 +0200 Subject: [PATCH] changed: (re)move unnecessary includes --- opm/simulators/wells/StandardWell.hpp | 1 + opm/simulators/wells/WellInterface.hpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/opm/simulators/wells/StandardWell.hpp b/opm/simulators/wells/StandardWell.hpp index 5e4e04ef6..f484cf9ac 100644 --- a/opm/simulators/wells/StandardWell.hpp +++ b/opm/simulators/wells/StandardWell.hpp @@ -27,6 +27,7 @@ #include #endif +#include #include #include #include diff --git a/opm/simulators/wells/WellInterface.hpp b/opm/simulators/wells/WellInterface.hpp index 92d87158c..80b2a0d7f 100644 --- a/opm/simulators/wells/WellInterface.hpp +++ b/opm/simulators/wells/WellInterface.hpp @@ -33,7 +33,6 @@ #include #include -#include #include #include @@ -52,7 +51,6 @@ namespace Opm { #include #include -#include #include #include