Skip to content

Commit 98e019c

Browse files
committed
Remote un-needed includes for datalake client
1 parent f696aee commit 98e019c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cpp/src/arrow/filesystem/azurefs.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <azure/identity/default_azure_credential.hpp>
2121
#include <azure/storage/blobs.hpp>
2222
#include <azure/storage/blobs/blob_client.hpp>
23-
#include <azure/storage/files/datalake.hpp>
2423

2524
#include "arrow/buffer.h"
2625
#include "arrow/filesystem/path_util.h"

cpp/src/arrow/filesystem/azurefs_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
#include <azure/identity/managed_identity_credential.hpp>
5353
#include <azure/storage/blobs.hpp>
5454
#include <azure/storage/common/storage_credential.hpp>
55-
#include <azure/storage/files/datalake.hpp>
5655

5756
namespace arrow {
5857
using internal::TemporaryDir;

0 commit comments

Comments
 (0)