Skip to content

Commit e7dfd8e

Browse files
#include "./arrow_types.h"
1 parent db15104 commit e7dfd8e

22 files changed

Lines changed: 22 additions & 24 deletions

r/src/array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
using namespace Rcpp;
2121
using namespace arrow;

r/src/array__to_vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include <arrow/util/parallel.h>
1919
#include <arrow/util/task-group.h>
20-
#include "arrow_types.h"
20+
#include "./arrow_types.h"
2121

2222
using namespace Rcpp;
2323
using namespace arrow;

r/src/array_from_vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
using namespace Rcpp;
2121
using namespace arrow;

r/src/arraydata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
using namespace Rcpp;
2121

r/src/buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
// [[Rcpp::export]]
2121
bool Buffer__is_mutable(const std::shared_ptr<arrow::Buffer>& buffer) {

r/src/chunkedarray.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
using namespace Rcpp;
2121
using namespace arrow;

r/src/column.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
// [[Rcpp::export]]
2121
int Column__length(const std::shared_ptr<arrow::Column>& column) {

r/src/compression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
// [[Rcpp::export]]
2121
std::unique_ptr<arrow::util::Codec> util___Codec__Create(arrow::Compression::type codec) {

r/src/compute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
using namespace Rcpp;
2121
using namespace arrow;

r/src/csv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include "arrow_types.h"
18+
#include "./arrow_types.h"
1919

2020
using namespace Rcpp;
2121

0 commit comments

Comments
 (0)