From: Ralf Hartmann Date: Thu, 26 Feb 2004 12:00:11 +0000 (+0000) Subject: Remove unnecessary include statement. X-Git-Tag: v8.0.0~15743 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bd864452812484d3133151f9af57c1747ddbb4;p=dealii.git Remove unnecessary include statement. git-svn-id: https://svn.dealii.org/trunk@8560 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_ilu.cc b/deal.II/lac/source/sparse_ilu.cc index a33b61e5dd..affcfe18e6 100644 --- a/deal.II/lac/source/sparse_ilu.cc +++ b/deal.II/lac/source/sparse_ilu.cc @@ -9,7 +9,6 @@ //---------------------------- sparse_ilu.cc --------------------------- -#include #include