From cf24cc99f052f926e4cc50468968e6d40ab89a65 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 10 Jan 2023 12:55:11 +0100 Subject: [PATCH] AggregateNetworkData.hpp: remove unnecessary Group.hpp include --- opm/output/eclipse/AggregateNetworkData.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/output/eclipse/AggregateNetworkData.hpp b/opm/output/eclipse/AggregateNetworkData.hpp index d078aefb6..66cf624c9 100644 --- a/opm/output/eclipse/AggregateNetworkData.hpp +++ b/opm/output/eclipse/AggregateNetworkData.hpp @@ -23,7 +23,6 @@ #include #include -#include #include #include #include @@ -34,7 +33,6 @@ namespace Opm { class EclipseState; class Schedule; class SummaryState; - //class Group; class UnitSystem; } // Opm