refactor: move macro to utils.h

This commit is contained in:
luwenpeng
2024-08-16 10:43:00 +08:00
parent bfa5564558
commit 6fbce43afc
12 changed files with 31 additions and 40 deletions

View File

@@ -11,7 +11,7 @@
#include "log.h"
#include "tuple.h"
#include "macro.h"
#include "utils.h"
#include "dumpfile_io.h"
#include "packet_def.h"
#include "packet_ldbc.h"