From: Bruno Turcksin Date: Wed, 19 Feb 2025 22:54:47 +0000 (-0500) Subject: Do not include Kokkos_Macros.hpp if we do not all Kokkos macros directly X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18151%2Fhead;p=dealii.git Do not include Kokkos_Macros.hpp if we do not all Kokkos macros directly --- diff --git a/include/deal.II/base/numbers.h b/include/deal.II/base/numbers.h index fb8926155c..f8ab4f785d 100644 --- a/include/deal.II/base/numbers.h +++ b/include/deal.II/base/numbers.h @@ -20,8 +20,6 @@ #include -#include - #include #include #include diff --git a/include/deal.II/matrix_free/portable_hanging_nodes_internal.h b/include/deal.II/matrix_free/portable_hanging_nodes_internal.h index 83e8106b29..4ec36c7eda 100644 --- a/include/deal.II/matrix_free/portable_hanging_nodes_internal.h +++ b/include/deal.II/matrix_free/portable_hanging_nodes_internal.h @@ -19,8 +19,6 @@ #include -#include - DEAL_II_NAMESPACE_OPEN namespace Portable {