From: Wolfgang Bangerth Date: Thu, 4 May 2006 16:46:54 +0000 (+0000) Subject: Clean up. X-Git-Tag: v8.0.0~11766 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c357fd93ceb41ae0b991d4b3762bf0f391564cab;p=dealii.git Clean up. git-svn-id: https://svn.dealii.org/trunk@13052 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 7cab6eb2ab..e0e20a2cb4 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -25,14 +25,7 @@ template class FullMatrix; template class SparseMatrix; template class Vector; -//TODO: Find a way to avoid the specializations in the end and get rid of dof_handler include files. - -// template class DoFHandler; -// namespace hp -// { -// template class DoFHandler; -// } -// template class FiniteElement; +//TODO: Find a way to avoid the forward declarations and get rid of dof_handler include files. template class DoFObjectAccessor;