Skip to content

Commit

Permalink
fix include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Apr 18, 2022
1 parent e7090d9 commit 58b03c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions cpp/include/cudf/strings/detail/scatter.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
*/
#pragma once

#include <cudf/column/column.hpp>
#include <cudf/column/column_device_view.cuh>
//#include <cudf/detail/null_mask.hpp>
//#include <cudf/strings/detail/utilities.cuh>
#include <cudf/column/column_factories.hpp>
#include <cudf/strings/detail/utilities.hpp>
#include <cudf/strings/strings_column_view.hpp>
#include <cudf/utilities/span.hpp>

#include <rmm/cuda_stream_view.hpp>
#include <rmm/device_uvector.hpp>
#include <rmm/exec_policy.hpp>

#include <thrust/scatter.h>
Expand Down
3 changes: 1 addition & 2 deletions cpp/src/lists/copying/scatter_helper.cu
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#include <cudf/lists/detail/copying.hpp>
#include <cudf/lists/detail/scatter_helper.cuh>
#include <cudf/strings/detail/utilities.cuh>
//#include <cudf/strings/detail/utilities.hpp>
#include <cudf/strings/strings_column_view.hpp>
#include <cudf/utilities/span.hpp>

#include <thrust/binary_search.h>
#include <thrust/distance.h>
Expand Down

0 comments on commit 58b03c1

Please sign in to comment.