From 3b9d4ca417df47bf4345259218e822f5952a6896 Mon Sep 17 00:00:00 2001 From: "kyle.cao" Date: Thu, 8 Dec 2022 10:39:47 +0800 Subject: [PATCH] small delete --- src/graph/executor/query/AppendVerticesExecutor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/graph/executor/query/AppendVerticesExecutor.cpp b/src/graph/executor/query/AppendVerticesExecutor.cpp index 6ac2dc5a318..c0650a3241a 100644 --- a/src/graph/executor/query/AppendVerticesExecutor.cpp +++ b/src/graph/executor/query/AppendVerticesExecutor.cpp @@ -6,8 +6,6 @@ #include -#include "graph/planner/plan/Query.h" - using nebula::storage::StorageClient; using nebula::storage::StorageRpcResponse; using nebula::storage::cpp2::GetPropResponse;