From: Wolfgang Bangerth Date: Sat, 6 Feb 2021 00:11:35 +0000 (-0700) Subject: Remove a couple of unnecessary forward declarations. X-Git-Tag: v9.3.0-rc1~497^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11694%2Fhead;p=dealii.git Remove a couple of unnecessary forward declarations. --- diff --git a/include/deal.II/grid/reference_cell.h b/include/deal.II/grid/reference_cell.h index 8c4e11689d..18ee438c11 100644 --- a/include/deal.II/grid/reference_cell.h +++ b/include/deal.II/grid/reference_cell.h @@ -34,13 +34,9 @@ template class Mapping; template class Quadrature; -template -class ScalarPolynomialsBase; #endif -/** - * A namespace for reference cells. - */ + class ReferenceCell; namespace internal