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]
Tento commit je obsažen v:
Sunday Clement
2025-06-02 14:13:45 -04:00
odevzdal Clement, Sunday
rodič b66b6991b0
revize 76dbfc159c
@@ -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"