From: Wolfgang Bangerth Date: Tue, 4 Feb 2025 17:56:48 +0000 (-0700) Subject: Remove the last header cycle. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6f7bb038111e7621771334a376b37ff381c7f9;p=dealii.git Remove the last header cycle. --- diff --git a/include/deal.II/lac/trilinos_tpetra_block_vector.h b/include/deal.II/lac/trilinos_tpetra_block_vector.h index cc09a41de9..120ce36073 100644 --- a/include/deal.II/lac/trilinos_tpetra_block_vector.h +++ b/include/deal.II/lac/trilinos_tpetra_block_vector.h @@ -21,30 +21,10 @@ # include # include -# include # include DEAL_II_NAMESPACE_OPEN -// forward declaration -# ifndef DOXYGEN -template -class BlockVectorBase; - -namespace LinearAlgebra -{ - // forward declaration - namespace TpetraWrappers - { - template - class BlockVector; - - template - class BlockSparseMatrix; - } // namespace TpetraWrappers -} // namespace LinearAlgebra -# endif // DOXYGEN - namespace LinearAlgebra { /**