Skip to content

Commit 89a431e

Browse files
author
Andrew Savonichev
committed
Apply CR comments
Signed-off-by: Andrew Savonichev <[email protected]>
1 parent 0ab8b34 commit 89a431e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sycl/source/detail/os_util.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
#ifdef SYCL_RT_OS_POSIX_SUPPORT
1515
#include <cstdlib>
16-
#include <cstring>
17-
#include <fstream>
1816
#endif
1917

2018
#if defined(SYCL_RT_OS_LINUX)
@@ -24,12 +22,12 @@
2422
#endif // _GNU_SOURCE
2523

2624
#include <cstdio>
25+
#include <cstring>
2726
#include <dlfcn.h>
27+
#include <fstream>
2828
#include <libgen.h> // for dirname
2929
#include <link.h>
30-
#include <link.h>
3130
#include <linux/limits.h> // for PATH_MAX
32-
#include <stdio.h>
3331
#include <sys/sysinfo.h>
3432

3533
#elif defined(SYCL_RT_OS_WINDOWS)

0 commit comments

Comments
 (0)