From fecaab1179aba85e6a018526ba9fae7fe8290b82 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 27 Jan 2021 00:07:29 +0000 Subject: [PATCH] SWDEV-270166 - Remove Linux specific includes Change-Id: I929285941f28941cb41718f9fb8f618d11f1a69b --- hipamd/rocclr/hip_event.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hipamd/rocclr/hip_event.cpp b/hipamd/rocclr/hip_event.cpp index 45879b52b8..ecbac6ae94 100755 --- a/hipamd/rocclr/hip_event.cpp +++ b/hipamd/rocclr/hip_event.cpp @@ -21,10 +21,6 @@ #include #include "hip_event.hpp" -#include -#include -#include -#include void ipcEventCallback(hipStream_t stream, hipError_t status, void* user_data) {