blackoilpolymermodules: remove unused headers

and add missing headers
This commit is contained in:
Arne Morten Kvarving 2022-09-13 08:43:35 +02:00
parent 453261d6ad
commit 7d1ddfb566

View File

@ -30,7 +30,6 @@
#include "blackoilproperties.hh"
#include <opm/models/io/vtkblackoilpolymermodule.hh>
#include <opm/models/common/quantitycallbacks.hh>
#include <opm/material/common/Tabulated1DFunction.hpp>
#include <opm/material/common/IntervalTabulated2DFunction.hpp>
@ -46,10 +45,10 @@
#include <opm/input/eclipse/EclipseState/Tables/PlyviscTable.hpp>
#endif
#include <opm/material/common/Valgrind.hpp>
#include <dune/common/fvector.hh>
#include <cmath>
#include <stdexcept>
#include <string>
namespace Opm {