Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 1d39a60

Browse files
committed
Import MemoryPool instead of declaring it
1 parent 251262a commit 1d39a60

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • src/parquet/arrow

src/parquet/arrow/io.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@
2626
#include "parquet/api/io.h"
2727

2828
#include "arrow/io/interfaces.h"
29-
#include "arrow/util/visibility.h"
30-
31-
namespace arrow {
32-
33-
class MemoryPool;
34-
35-
} // namespace arrow
29+
#include "arrow/util/memory-pool.h"
3630

3731
namespace parquet {
3832

0 commit comments

Comments
 (0)