diff --git a/presto-native-execution/presto_cpp/main/Announcer.cpp b/presto-native-execution/presto_cpp/main/Announcer.cpp index 0c9433ac335e0..6051fc290b356 100644 --- a/presto-native-execution/presto_cpp/main/Announcer.cpp +++ b/presto-native-execution/presto_cpp/main/Announcer.cpp @@ -16,8 +16,6 @@ #include #include #include -#include -#include #include "presto_cpp/external/json/nlohmann/json.hpp" namespace facebook::presto { diff --git a/presto-native-execution/presto_cpp/main/PeriodicHeartbeatManager.cpp b/presto-native-execution/presto_cpp/main/PeriodicHeartbeatManager.cpp index efad3c23b51c2..b6406222c9407 100644 --- a/presto-native-execution/presto_cpp/main/PeriodicHeartbeatManager.cpp +++ b/presto-native-execution/presto_cpp/main/PeriodicHeartbeatManager.cpp @@ -12,7 +12,6 @@ * limitations under the License. */ #include "presto_cpp/main/PeriodicHeartbeatManager.h" -#include namespace facebook::presto { PeriodicHeartbeatManager::PeriodicHeartbeatManager( diff --git a/presto-native-execution/presto_cpp/main/PrestoExchangeSource.cpp b/presto-native-execution/presto_cpp/main/PrestoExchangeSource.cpp index 0ae186f8bde39..130bc49690292 100644 --- a/presto-native-execution/presto_cpp/main/PrestoExchangeSource.cpp +++ b/presto-native-execution/presto_cpp/main/PrestoExchangeSource.cpp @@ -18,8 +18,8 @@ #include #include -#include "presto_cpp/main/QueryContextManager.h" #include "presto_cpp/main/common/Counters.h" +#include "presto_cpp/presto_protocol/core/presto_protocol_core.h" #include "velox/common/base/Exceptions.h" #include "velox/common/testutil/TestValue.h"