From b9531fc9a7ad21b8a28b18be18a50bf343634042 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sat, 25 Mar 2023 06:46:19 +0000 Subject: [PATCH] add backend --- source/libs/executor/src/timewindowoperator.c | 1 - source/libs/stream/src/streamState.c | 1 - 2 files changed, 2 deletions(-) diff --git a/source/libs/executor/src/timewindowoperator.c b/source/libs/executor/src/timewindowoperator.c index 71f9c4b581..6825192477 100644 --- a/source/libs/executor/src/timewindowoperator.c +++ b/source/libs/executor/src/timewindowoperator.c @@ -16,7 +16,6 @@ #include "filter.h" #include "function.h" #include "functionMgt.h" -#include "query.h" #include "tcommon.h" #include "tcompare.h" #include "tdatablock.h" diff --git a/source/libs/stream/src/streamState.c b/source/libs/stream/src/streamState.c index 6453ff383d..5776c3aa57 100644 --- a/source/libs/stream/src/streamState.c +++ b/source/libs/stream/src/streamState.c @@ -18,7 +18,6 @@ #include #include "executor.h" #include "osMemory.h" -#include "query.h" #include "rocksdb/c.h" #include "streamBackendRocksdb.h" #include "streamInc.h" -- GitLab