From 76dbfc159cff6772a6d8e03130ee321ad4982f82 Mon Sep 17 00:00:00 2001 From: Sunday Clement Date: Mon, 2 Jun 2025 14:13:45 -0400 Subject: [PATCH] rocr: Fix Recursive Include in header files scratch_cache.h includes amd_gpu_agent.h which then again includes scratch_cache.h, this has now been fixed removing the unecessary header include. Signed-off-by: Sunday Clement [ROCm/ROCR-Runtime commit: 06efa50c094873f7f6965779856bf8ad9f737f77] --- .../rocr-runtime/runtime/hsa-runtime/core/inc/scratch_cache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/scratch_cache.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/scratch_cache.h index 2846da7250..8e0b91e09b 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/scratch_cache.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/scratch_cache.h @@ -43,7 +43,6 @@ #ifndef HSA_RUNTIME_CORE_INC_SCRATCH_CACHE_H_ #define HSA_RUNTIME_CORE_INC_SCRATCH_CACHE_H_ -#include "core/inc/amd_gpu_agent.h" #include "core/util/locks.h" #include "core/util/utils.h"