From 2314fe2e3a6d1c298d4e47973886b7061932c8cf 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 --- rocclr/hip_event.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rocclr/hip_event.cpp b/rocclr/hip_event.cpp index 45879b52b8..ecbac6ae94 100755 --- a/rocclr/hip_event.cpp +++ b/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) {