From 90e35e848660e7ef808c2d49431d0b19d0284052 Mon Sep 17 00:00:00 2001 From: Sunday Clement Date: Mon, 2 Jun 2025 14:42:06 -0400 Subject: [PATCH] rocr: Remove Recursive Include Removed unnecessary header inlude in file to prevent circular include. Signed-off-by: Sunday Clement [ROCm/ROCR-Runtime commit: 31b647480122598fee82fcec7a492457039e229d] --- .../rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h index 89cef6a638..03884db8d6 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/atomic_helpers.h @@ -49,7 +49,6 @@ #define HSA_RUNTIME_CORE_UTIL_ATOMIC_HELPERS_H_ #include -#include "utils.h" //ALWAYS_CONSERVATIVE will very likely overfence your code. //For use as a debugging aid only.