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 6b5b97d commit fea1905Copy full SHA for fea1905
sycl/include/sycl/ext/oneapi/experimental/graph/command_graph.hpp
@@ -13,10 +13,8 @@
13
#include "modifiable_graph.hpp"
14
#include <sycl/ext/oneapi/experimental/detail/properties/graph_properties.hpp> // for graph_state
15
16
-#include <functional> // for function
17
-#include <memory> // for shared_ptr
18
-#include <type_traits> // for true_type
19
-#include <vector> // for vector
+#include <functional> // for function
+#include <memory> // for shared_ptr
20
21
namespace sycl {
22
inline namespace _V1 {
0 commit comments