From: Wolfgang Bangerth Date: Tue, 13 Jan 2009 04:09:04 +0000 (+0000) Subject: Remove unnecessary include from boost. X-Git-Tag: v8.0.0~8129 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29cf3209893f392327275a5148e9b18d5938e4a;p=dealii.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: