From: Wolfgang Bangerth Date: Wed, 22 Jan 2025 17:26:30 +0000 (-0700) Subject: Break the include cycle between dof_handler.h and dof_accessor.h. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18964eba5e773d32e5b0f32978b2ff69c493c6a2;p=dealii.git Break the include cycle between dof_handler.h and dof_accessor.h. --- diff --git a/include/deal.II/dofs/dof_accessor.h b/include/deal.II/dofs/dof_accessor.h index 1584668420..35b728dfff 100644 --- a/include/deal.II/dofs/dof_accessor.h +++ b/include/deal.II/dofs/dof_accessor.h @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index e4aa5223b3..a7c0ea1e1b 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -93,6 +93,13 @@ namespace parallel class CellDataTransfer; } } // namespace parallel + +template +class DoFAccessor; + +template +class DoFCellAccessor; + #endif /**