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>
This commit is contained in:
Sunday Clement
2025-06-02 14:13:45 -04:00
committed by Clement, Sunday
parent 3c0af843e3
commit 06efa50c09
@@ -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"