Skip to content

Commit c83f72b

Browse files
Remove the unnecessary inludes after the merge
1 parent cf313c8 commit c83f72b

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

dpnp/backend/extensions/indexing/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ set_target_properties(
6666
target_include_directories(
6767
${python_module_name}
6868
PRIVATE
69+
${CMAKE_CURRENT_SOURCE_DIR}/../../
6970
${CMAKE_CURRENT_SOURCE_DIR}/../common
7071
${CMAKE_SOURCE_DIR}/dpnp/backend/include
7172
${CMAKE_SOURCE_DIR}/dpnp/tensor/libtensor/include

dpnp/backend/extensions/indexing/choose.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444

4545
#include "dpnp4pybind11.hpp"
4646

47-
#include "choose_kernel.hpp"
48-
4947
#include "ext/common.hpp"
5048
#include "kernels/indexing/choose.hpp"
5149

dpnp/backend/extensions/statistics/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ set_target_properties(
7171
target_include_directories(
7272
${python_module_name}
7373
PRIVATE
74+
${CMAKE_CURRENT_SOURCE_DIR}/../../
7475
${CMAKE_CURRENT_SOURCE_DIR}/../common
7576
${CMAKE_SOURCE_DIR}/dpnp/backend/include
7677
${CMAKE_SOURCE_DIR}/dpnp/tensor/libtensor/include

dpnp/backend/extensions/statistics/histogram_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#include <sycl/sycl.hpp>
3737

38-
#include "dpctl4pybind11.hpp"
38+
#include "dpnp4pybind11.hpp"
3939

4040
#include "ext/common.hpp"
4141
#include "kernels/statistics/histogram.hpp"

dpnp/backend/extensions/statistics/sliding_window1d.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#include <sycl/sycl.hpp>
3636

37-
#include "dpctl4pybind11.hpp"
37+
#include "dpnp4pybind11.hpp"
3838

3939
#include "kernels/statistics/sliding_window1d.hpp"
4040

dpnp/backend/extensions/ufunc/elementwise_functions/interpolate.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343

4444
#include "dpnp4pybind11.hpp"
4545

46+
#include "kernels/elementwise_functions/interpolate.hpp"
47+
4648
// dpctl tensor headers
4749
#include "utils/type_dispatch.hpp"
4850
#include "utils/type_utils.hpp"

0 commit comments

Comments
 (0)