From: guido Date: Thu, 25 May 2000 14:46:56 +0000 (+0000) Subject: Dependence on forward_declarations removed for speed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19691c824921493ddd4e780addd0e7fd87162452;p=dealii-svn.git Dependence on forward_declarations removed for speed git-svn-id: https://svn.dealii.org/trunk@2943 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 2332048219..f3c7c88a98 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -20,7 +20,11 @@ #include #include +class SparsityPattern; +template class Vector; +template class DoFHandler; template class MGDoFHandler; +class ConstraintMatrix; template