From 3a8ed98b2b5d23fb0db3b8042712f805905d0314 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 4 Jan 2006 14:10:40 +0000 Subject: [PATCH] Also remove the use of the include file. git-svn-id: https://svn.dealii.org/trunk@11944 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/step-21.cc | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5