From 4eb94d96350324f95647bb12467b250e2e581762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <christoph.grueninger@iws.uni-stuttgart.de> Date: Fri, 16 Oct 2015 09:42:01 +0200 Subject: [PATCH] [cleanup] Remove includes of common/nullptr.hh and common/array.hh. These header are no longer used. --- dune/istl/bcrsmatrix.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/istl/bcrsmatrix.hh b/dune/istl/bcrsmatrix.hh index ecfa28794..fb39ba923 100644 --- a/dune/istl/bcrsmatrix.hh +++ b/dune/istl/bcrsmatrix.hh @@ -20,7 +20,6 @@ #include <dune/common/iteratorfacades.hh> #include <dune/common/typetraits.hh> #include <dune/common/ftraits.hh> -#include <dune/common/nullptr.hh> /*! \file * \brief Implementation of the BCRSMatrix class -- GitLab