Skip to content

Commit 3b1ef22

Browse files
committed
Remove event.hpp inclusion
1 parent f2e0d0f commit 3b1ef22

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)