From: bangerth Date: Tue, 13 Jan 2009 04:09:04 +0000 (+0000) Subject: Remove unnecessary include from boost. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a139299b928e3fa64e8aa4c482e9ee06e4d0f72;p=dealii-svn.git Remove unnecessary include from boost. git-svn-id: https://svn.dealii.org/trunk@18201 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: