From: David Wells Date: Fri, 11 Mar 2016 19:18:08 +0000 (-0500) Subject: Fix compilation on clang. X-Git-Tag: v8.5.0-rc1~1226^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2342%2Fhead;p=dealii.git Fix compilation on clang. I added this header previously in d34f4fc116 to be consistent with the inclusion of the accessors header in the hp DoFHandler file. However, this header is not necessary, and including it breaks compilation under clang for reasons I do not fully understand. --- diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index a5c3eebd2a..c205f316a0 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include