From a795138169a9d06147f23b8e8bcb5f0f9b05b91e Mon Sep 17 00:00:00 2001 From: Lasse Hinrichsen <lh1887@mi.fu-berlin.de> Date: Fri, 27 Sep 2019 13:40:18 +0200 Subject: [PATCH] Remove unnecessary include --- dune/matrix-vector/componentwisevectormaps.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/matrix-vector/componentwisevectormaps.hh b/dune/matrix-vector/componentwisevectormaps.hh index fe80a4b..7f1d97f 100644 --- a/dune/matrix-vector/componentwisevectormaps.hh +++ b/dune/matrix-vector/componentwisevectormaps.hh @@ -4,7 +4,6 @@ #define DUNE_MATRIX_VECTOR_COMPONENTWISE_VECTOR_MAPS #include <dune/common/hybridutilities.hh> #include <dune/common/typetraits.hh> -#include <dune/common/iteratorfacades.hh> namespace Dune { namespace MatrixVector { -- GitLab