From 3f3fc79b43ef1c32c3b4728f275cbc95b8eaa7f4 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 26 Jan 2024 11:49:20 -0800 Subject: [PATCH] Fix circular header file dependency AMReX_GpuContainers.H included AMReX_Scan.H, which in turn includes AMReX_Gpu.H, which in turn includes AMReX_GpuContainers.H. In this PR, AMReX_Scan.H is removed from AMReX_GpuContainers.H, because it does not need it. --- Src/Base/AMReX_GpuContainers.H | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/Base/AMReX_GpuContainers.H b/Src/Base/AMReX_GpuContainers.H index 05399b2e047..9ecb144b58c 100644 --- a/Src/Base/AMReX_GpuContainers.H +++ b/Src/Base/AMReX_GpuContainers.H @@ -5,7 +5,6 @@ #include #include #include -#include #include #include