From 71d5201454d8f5ce45c18479d8855bab3129e7d6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 30 May 2007 13:25:00 +0000 Subject: [PATCH] Remove a bogus include file. Remove an unused variable git-svn-id: https://svn.dealii.org/trunk@14732 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-27/step-27.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/deal.II/examples/step-27/step-27.cc b/deal.II/examples/step-27/step-27.cc index 9436517529..eb690b3ad2 100644 --- a/deal.II/examples/step-27/step-27.cc +++ b/deal.II/examples/step-27/step-27.cc @@ -26,8 +26,6 @@ #include #include #include -#include - #include #include #include @@ -855,7 +853,6 @@ namespace BreastPhantom bottom_cylinder_boundary_id = 10, middle_cylinder_boundary_id = 11, spherical_boundary_id = 12, - all_other_boundary_id = 13, straight_nondirichlet_boundary = 14; -- 2.39.5