From db1a13aa05d5ca57818a98c307a2f73ab76db63e Mon Sep 17 00:00:00 2001 From: Graham Sider Date: Wed, 8 Jun 2022 13:11:58 -0400 Subject: [PATCH] Clean up includes in queue.h Formatting. Signed-off-by: Graham Sider Change-Id: I141c8308d6b283b376035e21344629dc665289bb --- runtime/hsa-runtime/core/inc/queue.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/hsa-runtime/core/inc/queue.h b/runtime/hsa-runtime/core/inc/queue.h index a64b94fafd..bfe6c8bb2c 100644 --- a/runtime/hsa-runtime/core/inc/queue.h +++ b/runtime/hsa-runtime/core/inc/queue.h @@ -44,14 +44,12 @@ #ifndef HSA_RUNTME_CORE_INC_COMMAND_QUEUE_H_ #define HSA_RUNTME_CORE_INC_COMMAND_QUEUE_H_ + #include #include "core/common/shared.h" - #include "core/inc/checked.h" - #include "core/util/utils.h" - #include "inc/amd_hsa_queue.h" #include "hsakmt/hsakmt.h"