eclgenerictracermodel.hh: cleanup headers

This commit is contained in:
Arne Morten Kvarving 2023-08-02 12:03:21 +02:00
parent cbcba661d8
commit af8cda0ed2

View File

@ -28,17 +28,18 @@
#ifndef EWOMS_ECL_GENERIC_TRACER_MODEL_HH
#define EWOMS_ECL_GENERIC_TRACER_MODEL_HH
#include <dune/istl/bcrsmatrix.hh>
#include <opm/grid/common/CartesianIndexMapper.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/models/blackoil/blackoilmodel.hh>
#include <opm/simulators/linalg/matrixblock.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <array>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <vector>