From 6a139299b928e3fa64e8aa4c482e9ee06e4d0f72 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 13 Jan 2009 04:09:04 +0000 Subject: [PATCH] Remove unnecessary include from boost. git-svn-id: https://svn.dealii.org/trunk@18201 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/step-33.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index eb5de2bf17..b6ced66928 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -70,16 +70,12 @@ #include - // And this again is C++, as well as a header - // file from BOOST that declares a class - // representing an array of fixed size: + // And this again is C++: #include #include #include #include -#include - // To end this section, introduce everythin // in the dealii library into the current // namespace: -- 2.39.5