From bdcb40d466ff0630b272cceae4d3e14b8fec9dd1 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 11 Mar 2016 14:18:08 -0500 Subject: [PATCH] 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. --- include/deal.II/dofs/dof_handler.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5