Cleanup the include files

Use #include "header" instead of #include <header> so that the header
files are found when the application #includes <roctracer/roctracer.h>
with -I /opt/rocm/include.

Change-Id: I24feac9a5030d3600aee98084340e246c3990db5
Esse commit está contido em:
Laurent Morichetti
2022-09-08 22:08:08 -07:00
commit 05ee3ff973
12 arquivos alterados com 111 adições e 114 exclusões
+3 -3
Ver Arquivo
@@ -22,8 +22,8 @@
#include <cstdio>
#include <cstdlib>
#include "inc/roctracer.h"
#include "inc/roctracer_hsa.h"
#include "roctracer.h"
#include "roctracer_hsa.h"
namespace {
// Check returned HSA API status
@@ -66,4 +66,4 @@ ROCTRACER_EXPORT void OnUnload() {
CHECK(roctracer_disable_domain_callback(ACTIVITY_DOMAIN_HSA_EVT));
}
} // extern "C"
} // extern "C"