From: Wolfgang Bangerth Date: Fri, 28 Feb 2025 16:34:09 +0000 (-0700) Subject: Use proper includes instead of "deal.II/...". X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c889995ee32e8fc734e379febc456e6c875d7604;p=dealii.git Use proper includes instead of "deal.II/...". --- diff --git a/source/non_matching/mesh_classifier.cc b/source/non_matching/mesh_classifier.cc index 5b55a01398..cde8c7efa8 100644 --- a/source/non_matching/mesh_classifier.cc +++ b/source/non_matching/mesh_classifier.cc @@ -16,9 +16,9 @@ #include -#include "deal.II/fe/fe_q_iso_q1.h" #include #include +#include #include #include diff --git a/source/non_matching/quadrature_generator.cc b/source/non_matching/quadrature_generator.cc index 2fb01920e5..59f08d475c 100644 --- a/source/non_matching/quadrature_generator.cc +++ b/source/non_matching/quadrature_generator.cc @@ -14,8 +14,8 @@ #include -#include "deal.II/fe/fe_q.h" -#include "deal.II/fe/fe_q_iso_q1.h" +#include +#include #include