Skip to content

Commit 8c2d93d

Browse files
authored
Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
[NATIVECPU] Remove event.hpp inclusion
2 parents f2e0d0f + 3b1ef22 commit 8c2d93d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/adapters/native_cpu/physical_mem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "physical_mem.hpp"
1212
#include "common.hpp"
1313
#include "context.hpp"
14-
#include "event.hpp"
1514

1615
UR_APIEXPORT ur_result_t UR_APICALL urPhysicalMemCreate(
1716
ur_context_handle_t, ur_device_handle_t, size_t,

source/adapters/native_cpu/virtual_mem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include "common.hpp"
1212
#include "context.hpp"
13-
#include "event.hpp"
1413
#include "physical_mem.hpp"
1514

1615
UR_APIEXPORT ur_result_t UR_APICALL urVirtualMemGranularityGetInfo(

0 commit comments

Comments
 (0)