src/core/isa_capture/code_object_track.cpp: remove unused dbgapi import
The src/core/isa_capture/code_object_track.cpp file includes the amd-dbgapi header but does not use the library (and is not configured to use the library). Remove the unused import. Change-Id: Icc6c46a1f52355e9e5631395dfad1b44365bdca4
This commit is contained in:
committed by
Ammar Elwazir
szülő
cca295d951
commit
372fc3910b
@@ -35,7 +35,6 @@
|
||||
#include <cstring>
|
||||
#include <sys/mman.h>
|
||||
#include <hsa/hsa.h>
|
||||
#include <amd-dbgapi/amd-dbgapi.h>
|
||||
#include <hsa/amd_hsa_kernel_code.h>
|
||||
#include <hsa/hsa_ven_amd_loader.h>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user