blackoilmicpmodules: remove unused headers

and add missing headers
This commit is contained in:
Arne Morten Kvarving 2022-09-13 08:43:35 +02:00
parent a5e9af95fc
commit 2d45e16291

View File

@ -30,7 +30,6 @@
#include "blackoilproperties.hh"
#include <opm/models/io/vtkblackoilmicpmodule.hh>
#include <opm/models/common/quantitycallbacks.hh>
#if HAVE_ECL_INPUT
#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
@ -39,6 +38,9 @@
#include <dune/common/fvector.hh>
#include <cmath>
#include <cstddef>
#include <stdexcept>
#include <string>
namespace Opm {