From 278544216e1543121e13dfbdc4389ae539789306 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 28 Sep 2012 14:09:35 +0000 Subject: [PATCH] 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 --- deal.II/include/deal.II/fe/block_mask.h | 6 +----- deal.II/include/deal.II/fe/component_mask.h | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) 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 -- 2.39.5