diff --git a/source/libs/executor/src/timewindowoperator.c b/source/libs/executor/src/timewindowoperator.c index 71f9c4b58196e38020b0f29811719aee00285250..682519247764c803900c99fbe0d76a4e2016c377 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 6453ff383d76be6a62d468504566c472547b1863..5776c3aa57b3ea60ebef88c7558799969ae00387 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"