Skip to content

Commit 813ebcb

Browse files
Artem Gindinsonsergey-semenov
andauthored
Apply review suggestions for timezone's sake
Co-Authored-By: Sergey Semenov <[email protected]>
1 parent 1d7bce5 commit 813ebcb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/test/fpga_tests/Inputs/fpga_device.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "CL/sycl.hpp"
10-
#include <iostream>
1110

1211
using namespace cl::sycl;
1312

sycl/test/fpga_tests/Inputs/fpga_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "CL/sycl.hpp"
10-
#include <iostream>
10+
#include <cassert>
1111

1212
using namespace cl::sycl;
1313

0 commit comments

Comments
 (0)