We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8b34 commit 89a431eCopy full SHA for 89a431e
sycl/source/detail/os_util.cpp
@@ -13,8 +13,6 @@
13
14
#ifdef SYCL_RT_OS_POSIX_SUPPORT
15
#include <cstdlib>
16
-#include <cstring>
17
-#include <fstream>
18
#endif
19
20
#if defined(SYCL_RT_OS_LINUX)
@@ -24,12 +22,12 @@
24
22
#endif // _GNU_SOURCE
25
23
26
#include <cstdio>
+#include <cstring>
27
#include <dlfcn.h>
+#include <fstream>
28
#include <libgen.h> // for dirname
29
#include <link.h>
30
-#include <link.h>
31
#include <linux/limits.h> // for PATH_MAX
32
-#include <stdio.h>
33
#include <sys/sysinfo.h>
34
35
#elif defined(SYCL_RT_OS_WINDOWS)
0 commit comments