Skip to content

Commit 73faba5

Browse files
committed
Remove redundand includes
1 parent 3048dfa commit 73faba5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/test/regression/disabled_std_byte.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s -Xclang -verify-ignore-unexpected=note,warning
33
// expected-no-diagnostics
44
#include <CL/sycl.hpp>
5-
#include <algorithm>
6-
#ifdef _WIN32
7-
#include <windows.h>
8-
#endif
95

106
int main() { return 0; }

0 commit comments

Comments
 (0)