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 <Sunday.Clement@amd.com>


[ROCm/ROCR-Runtime commit: 06efa50c09]
Cette révision appartient à :
Sunday Clement
2025-06-02 14:13:45 -04:00
révisé par Clement, Sunday
Parent b66b6991b0
révision 76dbfc159c
-1
Voir le fichier
@@ -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"