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


[ROCm/rocprofiler commit: 372fc3910b]
This commit is contained in:
Lancelot Six
2023-10-18 16:20:00 +00:00
committato da Ammar Elwazir
parent ef2428fb96
commit 929ea5d950
@@ -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>