Skip to content

Commit 5bbdf93

Browse files
committed
[native] Remove unused includes.
1 parent 57a85ce commit 5bbdf93

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

presto-native-execution/presto_cpp/main/PeriodicTaskManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <folly/experimental/FunctionScheduler.h>
1717
#include <folly/executors/ThreadedRepeatingFunctionRunner.h>
1818
#include "velox/common/memory/Memory.h"
19-
#include "velox/exec/Task.h"
2019

2120
namespace folly {
2221
class CPUThreadPoolExecutor;

presto-native-execution/presto_cpp/main/PrestoServer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@
4646
#include "velox/common/caching/CacheTTLController.h"
4747
#include "velox/common/caching/SsdCache.h"
4848
#include "velox/common/file/FileSystems.h"
49-
#include "velox/common/memory/MmapAllocator.h"
5049
#include "velox/common/memory/SharedArbitrator.h"
5150
#include "velox/connectors/Connector.h"
52-
#include "velox/connectors/hive/HiveDataSink.h"
5351
#include "velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.h"
5452
#include "velox/connectors/hive/storage_adapters/gcs/RegisterGcsFileSystem.h"
5553
#include "velox/connectors/hive/storage_adapters/hdfs/RegisterHdfsFileSystem.h"

0 commit comments

Comments
 (0)