From: bangerth Date: Mon, 20 May 2013 22:13:54 +0000 (+0000) Subject: Fix completely bogus way of including header files. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e2feb4145c89591575b9cd2fd3f62ed8c6e2fe;p=dealii-svn.git Fix completely bogus way of including header files. git-svn-id: https://svn.dealii.org/trunk@29529 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 38ac6ecf1b..fe54359e3d 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -21,6 +21,8 @@ #include #include +#include + DEAL_II_NAMESPACE_OPEN @@ -35,19 +37,8 @@ namespace hp } template class FiniteElementData; class ConstraintMatrix; -namespace PETScWrappers -{ - namespace MPI - { - class Vector; - } -} -#include -#include -#include -#include /*!@addtogroup feall */ /*@{*/