Skip to content

Commit eb21e50

Browse files
Remove superfluous includes in tensor_ctors.cpp per PR review
1 parent af28d98 commit eb21e50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpctl/tensor/libtensor/source/tensor_ctors.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
#include "accumulators.hpp"
3939
#include "boolean_advanced_indexing.hpp"
40-
#include "boolean_reductions.hpp"
4140
#include "clip.hpp"
4241
#include "copy_and_cast_usm_to_usm.hpp"
4342
#include "copy_for_reshape.hpp"
@@ -48,7 +47,6 @@
4847
#include "full_ctor.hpp"
4948
#include "integer_advanced_indexing.hpp"
5049
#include "linear_sequences.hpp"
51-
#include "reductions/reduction_common.hpp"
5250
#include "repeat.hpp"
5351
#include "simplify_iteration_space.hpp"
5452
#include "triul_ctor.hpp"

0 commit comments

Comments
 (0)