refact: remove redundent includes from tsdbSnapInfo.c

This commit is contained in:
Benguang Zhao 2023-11-30 20:30:59 +08:00
parent 4487eeacb5
commit 20b5cf8d49
1 changed files with 0 additions and 4 deletions

View File

@ -14,11 +14,7 @@
*/
#include "tsdb.h"
#include "tsdbDataFileRW.h"
#include "tsdbFS2.h"
#include "tsdbFSetRW.h"
#include "tsdbIter.h"
#include "tsdbSttFileRW.h"
// STsdbSnapPartition =====================================
static int32_t tsdbSnapPartCmprFn(STsdbSnapPartition* x, STsdbSnapPartition* y) {