From cefe45cda80bf9886dd526e17306431d4e741d0f Mon Sep 17 00:00:00 2001
From: Kilian <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Mon, 27 Apr 2020 09:58:21 +0200
Subject: [PATCH] [matrixconverter] Remove unused includes

---
 dumux/linear/matrixconverter.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dumux/linear/matrixconverter.hh b/dumux/linear/matrixconverter.hh
index 28306838ba..ea398feb3e 100644
--- a/dumux/linear/matrixconverter.hh
+++ b/dumux/linear/matrixconverter.hh
@@ -31,8 +31,6 @@
 #include <dune/istl/bvector.hh>
 #include <dune/istl/bcrsmatrix.hh>
 #include <dune/istl/matrixindexset.hh>
-#include <dune/istl/multitypeblockvector.hh>
-#include <dune/istl/multitypeblockmatrix.hh>
 
 #include <dumux/common/parameters.hh>
 
-- 
GitLab