avoid GasLiftOpt.hpp where possible

and add where necessary
This commit is contained in:
Arne Morten Kvarving
2023-01-09 13:54:30 +01:00
parent e68d05a147
commit 4bdec3a58b
6 changed files with 9 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
#include <opm/input/eclipse/Schedule/Schedule.hpp>
#include <opm/input/eclipse/Schedule/Well/Well.hpp>
#include <opm/input/eclipse/Schedule/Group/Group.hpp>
#include <opm/input/eclipse/Schedule/GasLiftOpt.hpp>
#include <opm/input/eclipse/Schedule/SummaryState.hpp>
#include <opm/simulators/wells/GasLiftCommon.hpp>
#include <opm/simulators/wells/WellState.hpp>
@@ -44,6 +43,9 @@
namespace Opm
{
class GasLiftOpt;
class GasLiftGroupInfo : public GasLiftCommon
{
protected: