Fix style.

This commit is contained in:
Nikolai Kochetov 2024-10-16 17:27:29 +00:00
parent 068d635b81
commit 2b73641837

View File

@ -16,11 +16,6 @@ using Processors = std::vector<ProcessorPtr>;
namespace JSONBuilder { class JSONMap; }
namespace ErrorCodes
{
extern const int NOT_IMPLEMENTED;
}
class QueryPlan;
using QueryPlanRawPtrs = std::list<QueryPlan *>;