Blackoil Output: Don't Include "eclwriter.hh"

The EclWriter class depends on the EclOutputBlackOilModule, not the
other way around.  This removes a cyclic include.
This commit is contained in:
Bård Skaflestad 2019-09-27 15:53:38 +02:00
parent c06881b04e
commit fabc067b5e

View File

@ -27,8 +27,6 @@
#ifndef EWOMS_ECL_OUTPUT_BLACK_OIL_MODULE_HH
#define EWOMS_ECL_OUTPUT_BLACK_OIL_MODULE_HH
#include "eclwriter.hh"
#include <opm/models/blackoil/blackoilproperties.hh>
#include <opm/models/utils/propertysystem.hh>