Skip to content

Commit 5a9ff1c

Browse files
committed
cleanup
1 parent cf5875e commit 5a9ff1c

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

cpp/src/arrow/compute/kernels/scalar_round.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "arrow/compare.h"
2626
#include "arrow/compute/api_scalar.h"
2727
#include "arrow/compute/cast.h"
28-
#include "arrow/compute/function.h"
2928
#include "arrow/compute/kernel.h"
3029
#include "arrow/compute/kernels/base_arithmetic_internal.h"
3130
#include "arrow/compute/kernels/codegen_internal.h"

cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// under the License.
1717

1818
#include <cmath>
19+
#include <initializer_list>
1920
#include <sstream>
2021

2122
#include "arrow/builder.h"

cpp/src/arrow/compute/kernels/temporal_internal.cc

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

1818
#include "arrow/compute/kernels/temporal_internal.h"
1919

20-
#include "arrow/compute/function.h"
21-
2220
namespace arrow::compute::internal {
2321

2422
Result<ArrowTimeZone> LocateZone(const std::string_view timezone) {

cpp/src/arrow/compute/kernels/temporal_internal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "arrow/compute/api_scalar.h"
2424
#include "arrow/compute/kernels/codegen_internal.h"
25-
#include "arrow/util/checked_cast.h"
2625
#include "arrow/util/date_internal.h"
2726
#include "arrow/util/value_parsing.h"
2827

cpp/src/arrow/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ if needs_compute
525525
'compute/kernels/scalar_temporal_binary.cc',
526526
'compute/kernels/scalar_temporal_unary.cc',
527527
'compute/kernels/scalar_validity.cc',
528+
'compute/kernels/temporal_internal.cc',
528529
'compute/kernels/util_internal.cc',
529530
'compute/kernels/vector_array_sort.cc',
530531
'compute/kernels/vector_cumulative_ops.cc',

0 commit comments

Comments
 (0)