refact: remove redundent includes from tsdbSnapInfo.c
This commit is contained in:
parent
4487eeacb5
commit
20b5cf8d49
|
@ -14,11 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tsdb.h"
|
#include "tsdb.h"
|
||||||
#include "tsdbDataFileRW.h"
|
|
||||||
#include "tsdbFS2.h"
|
#include "tsdbFS2.h"
|
||||||
#include "tsdbFSetRW.h"
|
|
||||||
#include "tsdbIter.h"
|
|
||||||
#include "tsdbSttFileRW.h"
|
|
||||||
|
|
||||||
// STsdbSnapPartition =====================================
|
// STsdbSnapPartition =====================================
|
||||||
static int32_t tsdbSnapPartCmprFn(STsdbSnapPartition* x, STsdbSnapPartition* y) {
|
static int32_t tsdbSnapPartCmprFn(STsdbSnapPartition* x, STsdbSnapPartition* y) {
|
||||||
|
|
Loading…
Reference in New Issue