From 6c34edf37a02eba99831024a33c3d9e39d8aeaa2 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 19 Feb 2025 17:54:47 -0500 Subject: [PATCH] Do not include Kokkos_Macros.hpp if we do not all Kokkos macros directly --- include/deal.II/base/numbers.h | 2 -- include/deal.II/matrix_free/portable_hanging_nodes_internal.h | 2 -- 2 files changed, 4 deletions(-) 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 { -- 2.39.5