From 929ea5d9500f496d055abb762b21a7a3dcf7fffb Mon Sep 17 00:00:00 2001 From: Lancelot Six Date: Wed, 18 Oct 2023 16:20:00 +0000 Subject: [PATCH] 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: 372fc3910b074312d157049a190955cef5b0bdd8] --- projects/rocprofiler/src/core/isa_capture/code_object_track.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rocprofiler/src/core/isa_capture/code_object_track.cpp b/projects/rocprofiler/src/core/isa_capture/code_object_track.cpp index 1b3165dbee..bf5fba741e 100644 --- a/projects/rocprofiler/src/core/isa_capture/code_object_track.cpp +++ b/projects/rocprofiler/src/core/isa_capture/code_object_track.cpp @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include