Skip to content

Commit

Permalink
Header cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Sep 26, 2024
1 parent 45573e0 commit dec49a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion cpp/src/groupby/hash/compute_aggregations.cu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "single_pass_functors.cuh"

#include <cudf/aggregation.hpp>
#include <cudf/detail/cuco_helpers.hpp>
#include <cudf/detail/utilities/cuda.cuh>
#include <cudf/detail/utilities/cuda.hpp>
#include <cudf/detail/utilities/integer_utils.hpp>
Expand Down
7 changes: 3 additions & 4 deletions cpp/src/groupby/hash/compute_groupby.cu
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once

#include "compute_single_pass_aggs.cuh"
// #include "compute_single_pass_aggs.hpp"
#include "compute_single_pass_aggs.hpp"
#include "helpers.cuh"
#include "sparse_to_dense_results.cuh"
#include "sparse_to_dense_results.hpp"
#include "var_hash_functor.cuh"

#include <cudf/column/column_factories.hpp>
#include <cudf/detail/aggregation/result_cache.hpp>
#include <cudf/detail/binaryop.hpp>
#include <cudf/detail/cuco_helpers.hpp>
#include <cudf/detail/gather.hpp>
#include <cudf/detail/unary.hpp>
#include <cudf/groupby.hpp>
Expand Down
3 changes: 2 additions & 1 deletion cpp/src/groupby/hash/sparse_to_dense_results.cu
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#pragma once

#include "hash_compound_agg_finalizer.cuh"
#include "helpers.cuh"

#include <cudf/detail/aggregation/result_cache.hpp>
#include <cudf/detail/null_mask.hpp>
#include <cudf/groupby.hpp>
#include <cudf/table/table_view.hpp>
#include <cudf/types.hpp>
Expand Down

0 comments on commit dec49a8

Please sign in to comment.