From a15dcbf54758725c96658599a548ec0dfba98199 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Feb 2011 02:20:36 +0000 Subject: [PATCH] Remove header file that isn't needed. git-svn-id: https://svn.dealii.org/trunk@23389 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-22/step-22.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc index 9aa1a95cb0..bd15d934f1 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -3,7 +3,7 @@ /* $Id$ */ /* */ -/* Copyright (C) 2008, 2009, 2010 by the deal.II authors */ +/* Copyright (C) 2008, 2009, 2010, 2011 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -43,7 +43,6 @@ #include #include #include -#include #include #include -- 2.39.5