From: Matthias Maier Date: Fri, 28 Sep 2012 14:09:35 +0000 (+0000) Subject: Remove obsolete workaround (we bundle with a boost library that will X-Git-Tag: v8.0.0~1079^2~590 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c685d10ac036022de60fa8c1cb82d70824829a96;p=dealii.git Remove obsolete workaround (we bundle with a boost library that will unconditionally include iosfwd, say..., 100 times. git-svn-id: https://svn.dealii.org/branches/branch_cmake@26837 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/block_mask.h b/deal.II/include/deal.II/fe/block_mask.h index 5ffe92aa12..0c7795810e 100644 --- a/deal.II/include/deal.II/fe/block_mask.h +++ b/deal.II/include/deal.II/fe/block_mask.h @@ -17,11 +17,7 @@ #include #include -#ifdef HAVE_STD_IOSFWD_HEADER -# include -#else -# include -#endif +#include DEAL_II_NAMESPACE_OPEN diff --git a/deal.II/include/deal.II/fe/component_mask.h b/deal.II/include/deal.II/fe/component_mask.h index 4424126ae5..9e17f4085f 100644 --- a/deal.II/include/deal.II/fe/component_mask.h +++ b/deal.II/include/deal.II/fe/component_mask.h @@ -17,11 +17,7 @@ #include #include -#ifdef HAVE_STD_IOSFWD_HEADER -# include -#else -# include -#endif +#include DEAL_II_NAMESPACE_OPEN