chore: code optimization

This commit is contained in:
kailixu 2024-09-12 11:18:10 +08:00
parent 36a3a035b0
commit c2d28a208e
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ extern "C" {
#endif #endif
#include "sync.h" #include "sync.h"
#include "taosdef.h" #include "tglobal.h"
#include "trpc.h" #include "trpc.h"
#include "ttimer.h" #include "ttimer.h"

View File

@ -27,7 +27,6 @@
#include "syncSnapshot.h" #include "syncSnapshot.h"
#include "syncUtil.h" #include "syncUtil.h"
#include "syncVoteMgr.h" #include "syncVoteMgr.h"
#include "tglobal.h"
static int64_t tsLogBufferMemoryUsed = 0; // total bytes of vnode log buffer static int64_t tsLogBufferMemoryUsed = 0; // total bytes of vnode log buffer