From ff8a9f2306ceff1ad408180afdae2538baf81bef Mon Sep 17 00:00:00 2001 From: Shakyan Kushwaha <32445019+anandamideShakyan@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:56:03 +0530 Subject: [PATCH] Code refactoring --- presto-native-execution/presto_cpp/main/PrestoServer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/presto-native-execution/presto_cpp/main/PrestoServer.cpp b/presto-native-execution/presto_cpp/main/PrestoServer.cpp index e37fd9e1f2ab0..f101d814e3e9e 100644 --- a/presto-native-execution/presto_cpp/main/PrestoServer.cpp +++ b/presto-native-execution/presto_cpp/main/PrestoServer.cpp @@ -61,9 +61,6 @@ #include "velox/functions/prestosql/registration/RegistrationFunctions.h" #include "velox/functions/prestosql/window/WindowFunctionsRegistration.h" #include "velox/serializers/PrestoSerializer.h" -#include -#include -#include #ifdef PRESTO_ENABLE_REMOTE_FUNCTIONS