Skip to content

Commit fea1905

Browse files
Removed unnecesary includes
1 parent 6b5b97d commit fea1905

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sycl/include/sycl/ext/oneapi/experimental/graph/command_graph.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
#include "modifiable_graph.hpp"
1414
#include <sycl/ext/oneapi/experimental/detail/properties/graph_properties.hpp> // for graph_state
1515

16-
#include <functional> // for function
17-
#include <memory> // for shared_ptr
18-
#include <type_traits> // for true_type
19-
#include <vector> // for vector
16+
#include <functional> // for function
17+
#include <memory> // for shared_ptr
2018

2119
namespace sycl {
2220
inline namespace _V1 {

0 commit comments

Comments
 (0)