Skip to content

Commit

Permalink
Move include
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 20, 2024
1 parent 24e6f15 commit e4294e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/src/arrow/flight/test_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@

#include "arrow/flight/test_util.h"

#ifdef __APPLE__
#include <limits.h>
#include <mach-o/dyld.h>
#endif

#include <algorithm>
#include <cstdlib>
#include <fstream>
Expand Down
5 changes: 5 additions & 0 deletions cpp/src/arrow/testing/process.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
#include <boost/process/v2.hpp>
#endif

#ifdef __APPLE__
#include <limits.h>
#include <mach-o/dyld.h>
#endif

#include <chrono>
#include <iostream>
#include <sstream>
Expand Down

0 comments on commit e4294e4

Please sign in to comment.