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:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user