refact
This commit is contained in:
parent
b38e690783
commit
68cc3d4f2d
|
@ -7,7 +7,7 @@
|
|||
add_library(tdb "")
|
||||
target_sources(tdb
|
||||
PRIVATE
|
||||
"src/db/tdbPgCache.c"
|
||||
"src/db/tdbPCache.c"
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
|
|
|
@ -121,9 +121,9 @@ typedef TD_DLIST_NODE(SPgFile) SPgFileListNode;
|
|||
|
||||
// #include "tdbBtree.h"
|
||||
|
||||
#include "tdbPgCache.h"
|
||||
#include "tdbPCache.h"
|
||||
|
||||
// #include "tdbPgFile.h"
|
||||
// #include "tdbPFile.h"
|
||||
|
||||
// #include "tdbEnv.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue