From: Wolfgang Bangerth Date: Wed, 4 Jan 2006 14:10:40 +0000 (+0000) Subject: Also remove the use of the include file. X-Git-Tag: v8.0.0~12715 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8ed98b2b5d23fb0db3b8042712f805905d0314;p=dealii.git Also remove the use of the include file. git-svn-id: https://svn.dealii.org/trunk@11944 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index d9c51a88b4..e16e2313ab 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -86,7 +86,6 @@ // enable the user to write DoFHandler // independent code. #include -#include // A compressed sparsity pattern is // not an explicit prerequisite for the