Skip to content

Commit b111e49

Browse files
Remove unused includes in tensor_ctors.cpp
1 parent 19e93b9 commit b111e49

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

dpctl_ext/tensor/libtensor/source/tensor_ctors.cpp

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,15 @@
3232
/// This file defines functions of dpctl.tensor._tensor_impl extensions
3333
//===----------------------------------------------------------------------===//
3434

35-
// #include <algorithm>
36-
// #include <complex>
37-
// #include <cstdint>
38-
#include <pybind11/pybind11.h>
39-
#include <pybind11/stl.h>
40-
#include <sycl/sycl.hpp>
41-
// #include <thread>
4235
#include <optional>
4336
#include <type_traits>
4437
#include <utility>
4538
#include <vector>
4639

40+
#include <pybind11/pybind11.h>
41+
#include <pybind11/stl.h>
42+
#include <sycl/sycl.hpp>
43+
4744
#include "dpnp4pybind11.hpp"
4845

4946
// #include "accumulators.hpp"

0 commit comments

Comments
 (0)