alucartesianindexmapper.hh: cleanup headers

This commit is contained in:
Arne Morten Kvarving 2023-08-02 11:21:09 +02:00
parent 2ec1a98998
commit 26e9428ced

View File

@ -28,19 +28,17 @@
#ifndef EWOMS_ALU_CARTESIAN_INDEX_MAPPER_HH
#define EWOMS_ALU_CARTESIAN_INDEX_MAPPER_HH
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/utility/persistentcontainer.hh>
#if HAVE_DUNE_ALUGRID
#include <dune/alugrid/grid.hh>
#include <dune/alugrid/3d/gridview.hh>
#endif // HAVE_DUNE_ALUGRID
#include <opm/grid/common/CartesianIndexMapper.hpp>
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/utility/persistentcontainer.hh>
#include <array>
#include <memory>
#include <exception>
#include <vector>
#include <cassert>
#include <memory>
#include <stdexcept>
#include <vector>
namespace Dune {