Repository: arrow Updated Branches: refs/heads/master 73fe55683 -> 2c10d7cce
http://git-wip-us.apache.org/repos/asf/arrow/blob/2c10d7cc/python/src/pyarrow/common.h ---------------------------------------------------------------------- diff --git a/python/src/pyarrow/common.h b/python/src/pyarrow/common.h index 7f3131e..7e33826 100644 --- a/python/src/pyarrow/common.h +++ b/python/src/pyarrow/common.h @@ -19,10 +19,11 @@ #define PYARROW_COMMON_H #include "pyarrow/config.h" -#include "arrow/util/buffer.h" -#include "arrow/util/macros.h" #include "pyarrow/visibility.h" +#include "arrow/buffer.h" +#include "arrow/util/macros.h" + namespace arrow { class MemoryPool; } namespace pyarrow { http://git-wip-us.apache.org/repos/asf/arrow/blob/2c10d7cc/python/src/pyarrow/io.cc ---------------------------------------------------------------------- diff --git a/python/src/pyarrow/io.cc b/python/src/pyarrow/io.cc index e6dbc12..12f5ba0 100644 --- a/python/src/pyarrow/io.cc +++ b/python/src/pyarrow/io.cc @@ -21,8 +21,8 @@ #include <cstdlib> #include "arrow/io/memory.h" -#include "arrow/util/memory-pool.h" -#include "arrow/util/status.h" +#include "arrow/memory_pool.h" +#include "arrow/status.h" #include "pyarrow/common.h"
