Skip to content

Commit 1a66de4

Browse files
committed
EXP: [C++] Try removing Windows fixups
1 parent d9697b1 commit 1a66de4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/src/arrow/util/int_util_overflow.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
#include "arrow/util/visibility.h"
2727

2828
// "safe-math.h" includes <intsafe.h> from the Windows headers.
29-
#include "arrow/util/windows_compatibility.h"
3029
#include "arrow/vendored/portable-snippets/safe-math.h"
3130
// clang-format off (avoid include reordering)
32-
#include "arrow/util/windows_fixup.h"
3331
// clang-format on
3432

3533
namespace arrow {

0 commit comments

Comments
 (0)